Click to See Complete Forum and Search --> : ActiveX.EXE


Vafis
October 10th, 2001, 07:39 AM
How can notice or how can check that an activeX.exe Com Server has not been shutted down?

DSJ
October 10th, 2001, 08:09 AM
It will still show up in the tasklist (CTRL-ATL-DEL)...

Vafis
October 10th, 2001, 08:15 AM
Yes i agree but i need an approach in order to
display a msgbox when this server is shutted down
by anything event.

DSJ
October 10th, 2001, 08:19 AM
Put the code for the messagebox in the QueryUnload event. It should get called whenever the server is about to shutdown.

Vafis
October 10th, 2001, 08:30 AM
where this event takes place?

Cakkie
October 10th, 2001, 08:32 AM
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/wt/showpost.pl?Board=vb&Number=46662

Tom Cannaerts
slisse@planetinternet.be

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

DSJ
October 15th, 2001, 04:13 PM
This is a Form event.