Custom title in the Title Bar...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cscorp
    Forum Member
    • Jul 2005
    • 8

    Custom title in the Title Bar...

    I am new, still learning about AutoPlay Studio.
    Is there a way to change the Title Bar of the project window? Right now it is getting the name of the project as title. I would like to be able to change it at Run time depending on the media loaded.

    Thanks in advance!
  • Worm
    Indigo Rose Customer
    • Jul 2002
    • 3967

    #2
    You can set the title to whatever you want.

    Click Project/Window Settings

    At runtime you can do this:
    Code:
    Window.SetText(Application.GetWndHandle(), "What ever you want to name it")

    Comment

    • cscorp
      Forum Member
      • Jul 2005
      • 8

      #3
      Thanks a lot !

      Originally posted by Worm
      You can set the title to whatever you want.

      Click Project/Window Settings

      At runtime you can do this:
      Code:
      Window.SetText(Application.GetWndHandle(), "What ever you want to name it")

      Comment

      • Worm
        Indigo Rose Customer
        • Jul 2002
        • 3967

        #4
        you're welcome

        Comment

        Working...
        X