Results 1 to 5 of 5
  1. #1
    lootit's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    17
    My Mood
    Bitchy

    Killing a Procces VB 2010 ?

    I wanna kill a process soon as it is started for example NotePad
    Soon as Notepad Loads i want it to exit! without me doing anything ofc any tips?
    Last edited by lootit; 08-16-2011 at 01:57 PM.

    (If i help in anyway just press thanks)

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    GetAsyncKeyState



  3. #3
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    Quote Originally Posted by Blubb1337 View Post
    GetAsyncKeyState
    Beat me to it

  4. #4
    lootit's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    17
    My Mood
    Bitchy
    Quote Originally Posted by .REZ View Post


    Beat me to it
    lol take a wack at the next question i just updated the topic. look up

    Almost done just need this haha

    (If i help in anyway just press thanks)

  5. #5
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Code:
    For Each RunningProcess In Process.GetProcessesByName("Notepad")
                    RunningProcess.Kill()
                Next
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

Similar Threads

  1. need a little help with coding
    By jmonking in forum C++/C Programming
    Replies: 13
    Last Post: 09-14-2009, 08:55 AM
  2. Need a little help :)
    By Bobby123456 in forum General Hacking
    Replies: 1
    Last Post: 08-20-2009, 12:41 AM
  3. Ok, I need a little help with my sig.
    By Manetric in forum General
    Replies: 2
    Last Post: 03-03-2009, 03:13 PM
  4. Just need a little help.
    By kingnoobe in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-02-2008, 06:31 PM
  5. I need a little help.
    By neto7 in forum C++/C Programming
    Replies: 1
    Last Post: 06-25-2008, 04:02 AM