Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
If my monitor is asleep, i sent a
to turn the monitor on but then it say no signal from the pc and went back to sleep, do i need to move the mouse or something instead to wake the pc from monitor sleep mode?
VB.NET:
NativeMethods.PostMessage(New Runtime.InteropServices.HandleRef(form, HWND_BROADCAST),
WM_SYSCOMMAND, SC_MONITORPOWER, MONITOR_ON)
to turn the monitor on but then it say no signal from the pc and went back to sleep, do i need to move the mouse or something instead to wake the pc from monitor sleep mode?