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?


