J johnsto Sep 1, 2004 #1 Anyone know if it's possible for a .NET program to detect if the system has just come out of hibernation? If so, how? I'm using C#. TIA
Anyone know if it's possible for a .NET program to detect if the system has just come out of hibernation? If so, how? I'm using C#. TIA
M Mattias Sjögren Sep 1, 2004 #2 Anyone know if it's possible for a .NET program to detect if the system has just come out of hibernation? If so, how? I'm using C#. Click to expand... I haven't tried this myself, but check if the Microsoft.Win32.SystemEvents.PowerModeChanged event fires. Mattias
Anyone know if it's possible for a .NET program to detect if the system has just come out of hibernation? If so, how? I'm using C#. Click to expand... I haven't tried this myself, but check if the Microsoft.Win32.SystemEvents.PowerModeChanged event fires. Mattias
J johnsto Sep 2, 2004 #3 Mattias said: I haven't tried this myself, but check if the Microsoft.Win32.SystemEvents.PowerModeChanged event fires. Click to expand... Looks good - thanks!
Mattias said: I haven't tried this myself, but check if the Microsoft.Win32.SystemEvents.PowerModeChanged event fires. Click to expand... Looks good - thanks!