Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: Timer from a form
code: private sub form_load()
timer1.invertal = 5000
end sub
private sub timer1_timer ()
send message /nick
timer1.interval = 5000
end sub
or along the lines of
This post was edited on 07-10-2004 at 09:07 PM by Stigmata.
|
|