Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trigger when the computer is re-powered
#1
I wonder whether it is possible to get a trigger when the computer is re-powered after a sleep status.

Many thanks !
#2
Function sleep_trigger
Code:
Copy      Help
int tPrev=GetTickCount
rep
,1
,if GetTickCount-tPrev>=30000
,,5
,,out "after sleep or hibernation"
,tPrev=GetTickCount
#3
Many thanks once more!


Forum Jump:


Users browsing this thread: 1 Guest(s)