文件名称:VB6.0.BO
介绍说明--下载内容均来自于网络,请自行研究使用
Private Sub cmdConnect_Click()
If Len(Text1.Text) = 0 And Len(Text2.Text) = 0 Then
MsgBox 123.12.25.38
Exit Sub
Else
If Len(Text1.Text) > 0 Then
tcpClient.RemoteHost = Text1.Text
Else
tcpClient.RemoteHost = Text2.Text
End If
End If
tcpClient.Connect
Timer1.Enabled = True
End Sub -Private Sub cmdConnect_Click () If Len (Text1.Text) = 0 And Len (Text2.Text) = 0 Then MsgBox 123.12.25.38Exit Sub Else If Len (Text1.Text)> 0 Then tcpClient.RemoteHost = Text1.Text Else tcpClient . RemoteHost = Text2.Text End If End If tcpClient.Connect Timer1.Enabled = True End Sub
If Len(Text1.Text) = 0 And Len(Text2.Text) = 0 Then
MsgBox 123.12.25.38
Exit Sub
Else
If Len(Text1.Text) > 0 Then
tcpClient.RemoteHost = Text1.Text
Else
tcpClient.RemoteHost = Text2.Text
End If
End If
tcpClient.Connect
Timer1.Enabled = True
End Sub -Private Sub cmdConnect_Click () If Len (Text1.Text) = 0 And Len (Text2.Text) = 0 Then MsgBox 123.12.25.38Exit Sub Else If Len (Text1.Text)> 0 Then tcpClient.RemoteHost = Text1.Text Else tcpClient . RemoteHost = Text2.Text End If End If tcpClient.Connect Timer1.Enabled = True End Sub
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VB6.0“BO”.txt