有些答案似乎表明我应该使用SHDocVw.InternetExplorerMedium进行Internet Explorer自动化。
internetexplorer媒体和Internet Explorer之间有什么区别?
我尝试运行此代码,但我遇到了对象断开异常
ias.IntExpMed = New SHDocVw.InternetExplorerMedium
ias.IntExpMed.Navigate("http://wikipedia.com")
waitTing(1)
ias.IntExpMed.Navigate("http://google.com")
实际上,如果我单步执行该程序,则在
之后立即断开对象 ias.IntExpMed.Navigate("http://wikipedia.com")