RobertKipling Posted February 26, 2008 Posted February 26, 2008 I'm creating a web browser sorta thing, and was wondering if there was a way to retrieve the title of the current page (even if the IE control is being navigated by the user and not the Autoit Window). I'm pretty good at AutoIt but new at APIs. Help?
Brickoneer Posted February 26, 2008 Posted February 26, 2008 IEPropertyGet should still be able to get the title even if it is embedded.
RobertKipling Posted February 26, 2008 Author Posted February 26, 2008 Solved. Thank you. $title = _IEPropertyGet($Obj1, "title")
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