VB点击按钮打开网页(用IE)

2024-11-16 08:27:29
推荐回答(1个)
回答1:

Private Sub Command1_Click()
Set ie = CreateObject("INTERNETEXPLORER.APPLICATION")
ie.Visible = True
ie.Navigate "http://www.51dangao.com"
End Sub
或者
shell "explorer.exe http://leo919900abc.sinaapp.com/?page_id“ & chr(61) & ”11"