Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21843

inet1 visit url , help please read more

$
0
0
have list1 loaded with urls

Code:

Dim i As Integer
Dim pageadd As String, sText As String
If List1.ListIndex = 0 Then
Exit Sub
End If
pageadd = List1.Text
sText = Inet1.OpenURL(pageadd)

Do While Inet1.StillExecuting
    DoEvents
Loop
Text1.Text = sText


when any urls take to long to load how do i cancle it

i tried inet1.cancle dont work

i need to cancle it so i can start with other link

Viewing all articles
Browse latest Browse all 21843

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>