How to bring a system out of standby programatically?

.net, c#, shutdown, vb.net

Solution

You may take a look at this page. IMHO this task will involve some heavy interop calls.

Problem

Is there a way to do it in c# or vb.net? I have to bring a system out of standby and play a notification sound if it is in standby mode, at specific time intervals. Is this possible?

Original source

Related problems