View Single Post
Old Dec 9th, 2005, 7:43 PM   #3
Alex57
Newbie
 
Join Date: Dec 2005
Posts: 2
Rep Power: 0 Alex57 is on a distinguished road
I don't plan on using the autotalker myself, i'd just like to acknowledge how to make one and enhance my knowledge about the random number generator, as for the code all i have for the timer so far is

Private Sub Timer1_Timer()
Timer1.Interval = 5000 (<--iwant this to be random inbetween 3 and 6)
SendKeys.Send Text1.Text
SendKeys.Send "{enter}"
Alex57 is offline   Reply With Quote