I don't know how to put system to standby, but for
shutting down the system, you can use PlatformInvoke to
call a windows API - ExitWindowsEx() defined in user32.dll
There must be some api's similar to this in the same
dll....
I don't know how to put system to standby, but for
shutting down the system, you can use PlatformInvoke to
call a windows API - ExitWindowsEx() defined in user32.dll
There must be some api's similar to this in the same
dll....