Wes10
2011-07-15 17:49:47 UTC
My application starts a console application with the Shell command using the AppWinStyle.Hide attribute. Now my problem is that the normal commands which are used to kill a process doesn't work with this one as the window is hidden.
Is there any alternative way to kill a process that has been started in VB.net with AppWinStyle.Hide?
Thanks!