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

2024年11月16日 08:27
有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"