Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I change the text in a text object to the title of the current page in a web browser?

    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.

  • #2
    Re: How do I change the text in a text object to the title of the current page in a web browser?

    In the Web Browser Object's On Title Change:

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

    Comment

    Working...
    X