Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stop a timer from outside the dialogue routine
#2
SetTimer and KillTimer work from outside dialog, even from other thread in same process. Just need to know dialog window handle and timer id that was passed to SetTimer.

Macro Macro1819
Code:
Copy      Help
int w=win("Dialog" "#32770")
KillTimer w 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)