How can notice or how can check that an activeX.exe Com Server has not been shutted down?
Printable View
How can notice or how can check that an activeX.exe Com Server has not been shutted down?
It will still show up in the tasklist (CTRL-ATL-DEL)...
Yes i agree but i need an approach in order to
display a msgbox when this server is shutted down
by anything event.
Put the code for the messagebox in the QueryUnload event. It should get called whenever the server is about to shutdown.
where this event takes place?
This article (by John G Duffy) shows you how to get a list of all running programs. This way, you can use the exe name op the program you need to check for.
http://www.codeguru.com/cgi-bin/bbs/...b&Number=46662
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
This is a Form event.