shellexecute 打开网页,不稳定出现“Internet Explorer 无法显示该网页”
shellexecute 打开网页,不稳定出现“Internet Explorer 无法显示该网页”ShellExecute 0, "open", "http://www.baidu.com/", vbNullString, vbNullString, 0
ShellExecute 0, "open", "IEXPLORE.EXE", "http://www.baidu.com", vbNullString, 1
Shell """C:\Program Files\Internet Explorer\iexplore.exe"" ""www.baidu.com"""
用上述几个都试过,有时能正常打开;有时显示“Internet Explorer 无法显示该网页”,手工刷新一下才能显示。
在多台电脑上都出现这样的问题。
不知道是什么原因,有什么办法解决~ --------------------编程问答-------------------- 不会啊,是不是网络的问题?
补充:VB , API