code1:
Option Explicit
Private Sub Form_Load()
WebBrowser1.Visible = False
WebBrowser1.Navigate "http://www.ip138.com/ip2city.asp"
End Sub
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
...
code1:
Option Explicit
Private Sub Form_Load()
WebBrowser1.Visible = False
WebBrowser1.Navigate "http://www.ip138.com/ip2city.asp"
End Sub
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
...
源码(1): Private Sub Command1_Click() If Text1.Text = “” Then MsgBox “请输入域名” End If If Text2.Text = “” Then MsgBox “请输入用户名” End If If Text3.Text = “” Then MsgBox “请输入密码” Else MsgBox “如果您输入正确,那么您成功了” End If Timer1.Enabled = True Web.Navigate (“http://www.ip138.com/ip2city.asp“) Web.Navigate “http://” & Text2.Text & “:” &...
阅读更多...
阅读更多