|
-
October 10th, 2001, 07:39 AM
#1
ActiveX.EXE
How can notice or how can check that an activeX.exe Com Server has not been shutted down?
-
October 10th, 2001, 08:09 AM
#2
Re: ActiveX.EXE
It will still show up in the tasklist (CTRL-ATL-DEL)...
-
October 10th, 2001, 08:15 AM
#3
Re: ActiveX.EXE
Yes i agree but i need an approach in order to
display a msgbox when this server is shutted down
by anything event.
-
October 10th, 2001, 08:19 AM
#4
Re: ActiveX.EXE
Put the code for the messagebox in the QueryUnload event. It should get called whenever the server is about to shutdown.
-
October 10th, 2001, 08:30 AM
#5
Re: ActiveX.EXE
where this event takes place?
-
October 10th, 2001, 08:32 AM
#6
Re: ActiveX.EXE
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
-
October 15th, 2001, 04:13 PM
#7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|