SecretLanguage 0 Posted June 24, 2012 The request would be in use below if available $GUIActiveX = GUICtrlCreateObj ($oIE, 10, 40, 600, 360) Share this post Link to post Share on other sites
abberration 53 Posted June 25, 2012 #include <IE.au3> Local $oIE = _IECreate("www.google.com") Sleep(1000) _IENavigate($oIE, "http://ie.microsoft.com/testdrive/Info/Downloads/Default.html") Easy MP3 | Software Installer | RAID Calculator Share this post Link to post Share on other sites