PisqoLoq Posted December 1, 2010 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?
PisqoLoq Posted December 1, 2010 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now