PisqoLoq 0 Posted December 1, 2010 Hi, MyCodes : Opt("WinTitleMatchMode", 2) WinActivate("Google - Windows Internet Explorer") $a = ControlGetText("Google - Windows Internet Explorer", "", 41477 ) MsgBox(64,"",$a) ( 41477 = ControlID , Adressbox ) But its not work . Why ? How can I get the text from the adress bar in an internet explorer window? Share this post Link to post Share on other sites
PisqoLoq 0 Posted December 1, 2010 (edited) hehe I worked . #include <IE.au3> $oIE = _IECreate('http://localhost',0,1) $a = _IEPropertyGet ($oIE, "locationurl") MsgBox(0,"",$a) Edited December 1, 2010 by PisqoLoq Share this post Link to post Share on other sites