quote:
Originally posted by Mnjul
quote:
Originally posted by Matty
SetTimer / KillTimer
You can research this online you know.
Would you tell me how to use them to call back JScript functions?
Setup a loop for PeekMessageW and read the messages that way?
I will try and write an example later I am tired and just woke up.
Let me clear some stuff up for you tho. Anything you find in the scripting documentation your not going to find on MSDN as they are custom events. It is very hard to setup a call back function or use timers in Jscript. That is why there is the OnEvent_Timer(sTimerId){} function.