|
-
Feb 20th, 2005, 06:37 AM
#8
Re: Looping
 Originally Posted by Piller
Im doing this
VB Code:
Private Sub Command7_Click()
popo = 0
Do Until popo = (Text1.Text)
Inet1.Execute "http://google.com"
Loop
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!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|