Killing a process in VB
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I want to kill an executable from my VB application. I can't use window handles and WMI. Any suggestion will be great! Thanks Shyam
In VB, your going to need either the ProcessID or the Window Handle to kill the process, so you can send the WM_CLOSE message to the top level window. In VB.NET, you can use the System.Diagnostics.Process class to kill the process you want. RageInTheMachine9532
-
I want to kill an executable from my VB application. I can't use window handles and WMI. Any suggestion will be great! Thanks Shyam
email me to send good program for you hmdfar@yahoo.com