its coded in vb
Can you help me to make it enter after the message instead of doing spamspamspamCode:Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Start() End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Timer1.Interval = TextBox1.Text End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Timer1.Stop() End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick SendKeys.Send(RichTextBox1.Text) SendKeys.Send("()") End Sub Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click MsgBox("Made by iyan @ logicalgamers") End Sub Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click Me.Close() MsgBox("Bye!") End Sub End Class
and then it will do
spam
spam
spam
Results 1 to 2 of 2
Thread: Thomas ,Need help with progrm
- 07 Apr. 2011 12:55am #1
Thomas ,Need help with progrm
- 07 Apr. 2011 04:43am #2