What API or tools can I use to query the capabilities of the system and choose the most appropriate on for putting the PC to Sleep, Hibernate or shutdown mode?
Thanks for any pointers.
|
1
|
|
|
|
|
|
Look at SystemInformation.PowerStatus, then you can call Application.SetSuspendState to put the PC to Sleep or Hibernate like:
|
||
|
|
|
I found this from googling - just tried it and it worked fine: |
||
|
|