have list1 loaded with urls
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
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