How do I change the text in a text object to the title of the current page in a web browser? i want the contents of a text object to change to the Title of the web page that is currently being displayed.
Professional Software Development Tools
How do I change the text in a text object to the title of the current page in a web browser? i want the contents of a text object to change to the Title of the web page that is currently being displayed.
In the Web Browser Object's On Title Change:
%Property% = WebBrowserObject[WebBrowser1].GetProperty ("Title Text")
TextObject[Text1].SetText ("%Property%")