Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping Macro Active.
#1
Hi I have a macro, and I want to keep it active. Say it is running and after say 2 minutes it will left click somewhere on the desktop and continue running is there anyway of doing this please help thanks.
#2
ken Wrote:Hi I have a macro, and I want to keep it active. Say it is running and after say 2 minutes it will left click somewhere on the desktop and continue running is there anyway of doing this please help thanks.

What would you like to keep active? Could you maybe me a little more explainitory, i'm a little confused.
#3
i think maybe he is talking about being idle and the screen saver coming on... you need to change that in your power settings if thats what your asking or set your screen saver to (None).
#4
If so, I'm not sure but this might be of some help:


Code:
Copy      Help
int xx = 60 ;;adjust time here in seconds for screen saver time

SystemParametersInfo 15 xx 0 0


Forum Jump:


Users browsing this thread: 2 Guest(s)