PDA

Click to See Complete Forum and Search --> : hook windows shutdown


Bam_BamIR
Feb 26th, 2001, 12:21 PM
can anyone give me a hint how to intercept windows shutdown call? want to run a program b4 shutdown then wait until complete then continue with shutdown
tnks in adv.

gwdash
Feb 26th, 2001, 04:19 PM
if you run it with a hidden form. The QueryUnload event will fire with a constant telling you that windows is unloading.

Bam_BamIR
Feb 27th, 2001, 10:00 AM
will try it tnx i will let you know how it turns out