dotNorma
Veteran Member
Posts: 1745 Reputation: 17
33 / / –
Joined: May 2003
|
RE: Timer from a form
Make a timer.
Set the interval to "5000" (Its in miliseconds)
Make sure you enable the timer.
Make the timer code be
code: Private Sub Timer1_Timer()
sResult = "/nick NoName"
End Sub
|
|