adspace
how to manage mlng timer because they don't explain what's
it's function?
Answer Posted / Bijender Kumar
The MsgTimer event in VBScript is not a timer per se, but rather an event that occurs when a message box (MsgBox function) times out. To create a timer, you can use the Timer property of a Form object or the SetTime function along with the On Time event. The Timer property allows you to specify the interval between timer ticks, and the On Time event is where you place the code to be executed at each tick.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category