Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

_IECreate attaches to Maxthon browser no matter what param.

$
0
0
I am running the following code:

#include<IE.au3>
$sUrl = "http://www.google.com"
$oIE = _IECreate($sUrl, 0, 0, 0, 0)
_IEPropertySet ($oIE, "menubar", 0)
_IEPropertySet ($oIE, "addressbar", 0)
_IEPropertySet ($oIE, "statusbar", 0)
_IEPropertySet ($oIE, "toolbar", 0)
_IEPropertySet ($oIE, "silent", 0)
_IEPropertySet ($oIE, "resizable", 0)
_IENavigate ($oIE, $sUrl)
_IELoadWait ($oIE)


It works perfectly when there is no Maxthon opened. But, once I open a Maxthon instance, this code opens a new tab in Maxthon and loads google in it.
what's wrong and any solution?

thanks in advance for your reply!

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>