When Windows comes out of the Hibernate State

F

Faiz

We are working in VB6 with Windows 2000. We wish to launch an
application when a PC comes out of the hibernate state, something
equivalent to Run and RunOnce type of registry keys that gets
triggered when Windows is restarted.

Is there a way through which we can launch our application when system
comes out of the hibernate state, either through registry or by some
other means.

Thanks & Regards

Faiz
 
J

John Phillips

I don't know if what you wish to do is exactly possible, but you could write
a service which waits for WM_POWERBROADCAST.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top