Hello!
When I exit my mainapp, my activeX exe is still running.
How can I terminate the activeX exe from my mainapp? :confused:
Printable View
Hello!
When I exit my mainapp, my activeX exe is still running.
How can I terminate the activeX exe from my mainapp? :confused:
If you want to "dump" it so you can recompile it try the Process Viewer that is in the Start / MS Visual Studio / MS Visual Studio Tools. There is a "Kill" option buit I've never used it. I used WPS that came with VB3 to do it though.
No I don't want to 'dump' it. I just want to unload it together witm my mainapp.
As it is now, the activeX exe is still running after I have terminated my main app.
See if this KB Article has any good info.
http://msdn.microsoft.com/library/de...tdownrules.htm
Thankx John.
That link gave me a bit to think about. Maybe I can figure it out myself now.