GreenMartian Posted January 8, 2009 Share Posted January 8, 2009 Just a quick one. Is there a way to detect that windows has just come back from a suspend/hibernate? Is there a specific windows message being raised that I could hook into? Link to comment Share on other sites More sharing options...
0 Mordkanin Posted January 9, 2009 Share Posted January 9, 2009 Language? If .NET, you could look at Microsoft.Win32.SystemEvents.PowerModeChanged Otherwise, you'll need to watch for a WM_POWERBROADCAST message. Link to comment Share on other sites More sharing options...
Question
GreenMartian
Just a quick one.
Is there a way to detect that windows has just come back from a suspend/hibernate? Is there a specific windows message being raised that I could hook into?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts