Results 1 to 3 of 3
  1. #1
    -[Nero..x3's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    15

    Kill an application with Windows Text?

    Hello,
    I wanna kill an application and in the same time I don't want to kill others use the same process.
    As example:
    I wanna kill Control Panel but it uses explorer.exe so I can't kill explorer or many other things will get closed.
    i.imgur . c o m / Is1TQFL.png (Remove Spaces)
    So simply, I wanna kill the application by the windows text (Control Panel) without killing the explorer.exe process.
    Any ideas?

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    FindWindow function
    SendMessage function
    WM_CLOSE message

    Get the HWND of the window you want to close (what you called application) using FindWindow function, then send the WM_CLOSE message to that HWND using the SendMessage function. If you don't know how to use those WinAPI functions in VB.NET see https://www.pinvoke.net/

  3. #3
    -[Nero..x3's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by Biesi View Post
    FindWindow function
    SendMessage function
    WM_CLOSE message

    Get the HWND of the window you want to close (what you called application) using FindWindow function, then send the WM_CLOSE message to that HWND using the SendMessage function. If you don't know how to use those WinAPI functions in VB.NET see https://www.pinvoke.net/
    That worked for me! Thanks.
    Last edited by -[Nero..x3; 10-14-2015 at 07:56 AM.

Similar Threads

  1. I need someone with Windows 64 Bit to test this?
    By iownageXD in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 08-15-2009, 11:18 PM
  2. Crossfire with Windows 7?
    By BSG.Flash in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 06-14-2009, 02:13 PM
  3. Can somebody make some hacks that allow you to kill your opponent with a gun?
    By apocalypsist in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-25-2009, 07:51 AM
  4. Help with Windows 7
    By Oneirish in forum General
    Replies: 27
    Last Post: 02-14-2009, 09:33 PM
  5. Help with windowed mode
    By Piercing Goblin in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-05-2008, 05:16 PM