Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Changing Heading

With OLE.FrameThemeEnabled I would like to be able to edit the ribbon heading. At the moment it is the application title. Usually I add the company name to the title so I can easily determine which client data I have attached.

TIA

Chris

Comments

  • You should be able to change the window's title by using the form's TEXT property, like so:
    Set_Property(@Window, "TEXT", "New Title")
Sign In or Register to comment.