| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Visual Basic Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
I need help with this code VB 2010
1 post
• Page 1 of 1
0
I need help with this code VB 2010
ok thi is the code :
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
SwitchProxy.UseProxy(TextBox1.Text)
End Sub
Now the user need paste the proxy in the texbox1 but I want that the user paste a list of proxies in a textbox2 and every 10 second the proxy change in the texbox1 and the button 4 make submit automatically.
Can you help me?
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
SwitchProxy.UseProxy(TextBox1.Text)
End Sub
Now the user need paste the proxy in the texbox1 but I want that the user paste a list of proxies in a textbox2 and every 10 second the proxy change in the texbox1 and the button 4 make submit automatically.
Can you help me?
- Romanos
- Reputation: 0
- Posts: 1
- Joined: Fri Jul 08, 2011 3:41 am
- Highscores: 0
- Arcade winning challenges: 0
I need help with this code VB 2010 - Sponsored results
- Sponsored results
|
|