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.
Printable View
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.
if you run it with a hidden form. The QueryUnload event will fire with a constant telling you that windows is unloading.
will try it tnx i will let you know how it turns out