Quote Originally Posted by Piller
Im doing this
VB Code:
  1. Private Sub Command7_Click()
  2. popo = 0
  3. Do Until popo = (Text1.Text)
  4. Inet1.Execute "http://google.com"
  5. Loop
  6. End Sub

I want inet1 to execute that untill popo = what ever text1.text is , but i get a error on the Do Until part. What did i do wrong?
Could you explain why you want to do, as this code will cause your program to repeatedly request the Google web site at a high freency in a very small amount of time and could be seen by them as a (DOS) denial of service attack!!!