


Private Sub Command1_Click()
Timer1.Enabled = True
End Sub
Private Sub Command2_Click()
Timer1.Enabled = False
End Sub
Private Sub Form_Load()
End Sub
Private Sub Timer1_Timer()
For x = 1 To Text2.Text
SendKeys Text1.Text
SendKeys "{ENTER}"
Next x
Timer1.Enabled = False
End Sub


autopilot wrote:you have 2 big problems with your program.
first, microsoft has said that sendkeys does not work on Vista.
second, what if someone puts letters in text2?

pharaon wrote:i'm here to learn so i would like you to put codes or any thing to help more than just comments...what about you make tutorial for how to do it in the right way? that would be more great

pharaon wrote:i want tutorial about how to make chat spam..hope any one can help me

autopilot wrote:well i dont use vb6 so most of my code samples will not be usable by you until you switch to vb 2005 or 2008.


pharaon wrote:ok make a good detailed tutroail with vb 2008....i'll wait for your tutorail





Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests