Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Posts
    1

    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. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    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%")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts