标签: internet-explorer automation maxthon
我使用以下语句在Window 10中进行IE自动化:
Set WebBrowser1 = CreateObject("InternetExplorer.Application")
vb6 IDE中的调用正确启动了Internet Explorer。 但是,编译后的exe会启动maxthon浏览器。我该如何解决这个问题?