PDA

View Full Version : How do I change the text in a text object to the title of the current page in a web browser?


zoreon
02-12-2003, 01:50 PM
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.

Worm
02-12-2003, 03:12 PM
In the Web Browser Object's On Title Change:

%Property% = WebBrowserObject[WebBrowser1].GetProperty ("Title Text")
TextObject[Text1].SetText ("%Property%")