Private Sub Command1_Click()
For i = 1 To 254
w1(i).Connect "http://217.106.130." & i, 80
DoEvents
Next i
For i = 255 To 508
w1(i).Connect "http://217.106.135." & Val(i - 253), 80
DoEvents
Next i
End Sub
Private Sub Form_Load()
For i = 1 To 508
Load w1(i)
Next
End Sub
Private Sub w1_Close(Index As Integer)
'MsgBox Index
End Sub
Private Sub w1_Connect(Index As Integer)
MsgBox Index
End Sub
Private Sub w1_Error(Index As Integer, ByVal Number As Integer, Description As String, ByVal Scode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, CancelDisplay As Boolean)
'MsgBox Index
End Sub
Почему он не правильный?