Date: 02-16-2022
Return to Index
created by gbSnippets
'Compilable Example: (Jose Includes)
#Include "win32api.inc"
Function PBMain() As Long
SendMessage %hWnd_Broadcast, %WM_SysCommand, %SC_MonitorPower, 2
Sleep 4000
SendMessage %hWnd_Broadcast, %WM_SysCommand, %SC_MonitorPower, -1
End Function
http://www.garybeene.com/sw/gbsnippets.htm