shutdown external win32 application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a problem where I want to shutdown an external win32 software client from my C#/ASP.net application by pressing a button. I understand that I have to use WM_CLOSE somehow but I dont know how to use it in my C# solution. I use shelling (VBscript) to lanuch external software on my computer: Example: function() ... objShell.run ("""C:\Program Files\Overview\Overview.exe""- u testuser - p testuser endfunction() This works great but if the application( in this case overview.exe) is already running I want to be able to shut it down by pressing a button before I lanuch it . Please help! /Ibana