Main
About Me
Coding
.Bas Files
Forms
Files
HTML
Banner
Contact
|

Timers
Back |
| Ok, there are so, so, so many newbie programmers
out there who don't even know how to use
a timer and think its complicated. Well,
it's not. All a timer does is repeat itself.
The code inside the timer just keeps repeating.
Now, the interval is how often it repeats
in terms of milliseconds (1000 milliseconds
= 1 second). So say I the code of the timer
was ' Sendchat "Mega VB Rules!"
' and the interval was set at 500, that means
that when the timer is enabled it will send
to the chat room "Mega VB Rules"
every 1/2 second. Ok, I hope you got it now. |
|