Can the windows title bar be changed?

In the hideFormMenu() macro insert this line just before objE…visible()=false

  • If objE.isFormDesignMode() then Exit sub
    I am still working on the custom title bar.
    Is the LO Main window properly minimizing to your taskbar?

Yes, it is still minimizing correctly.

To clarify, are you wanting to change text in the Main LO window title bar, or an open Form title bar?

Yes (apparently this doesn’t allow a 3 letter response lol)

To allow other users an easier search for solutions for the title bar customization topic, we should probably start a new thread more specific to that end. I can pick up with you there if that’s ok. Oh! I think you already did!

I totally understand. You have already given me a lot to work with for now, I’ll start another thread for that later, after I’ve had a chance to go through and play with this some more.

Thank you again!!

For other people reading this, please be sure to add a close button to your form before implementing this, or you better hope you are familiar with the “Alt F4” command. Good Luck :laughing:

P.S. Your hidemenu code is half the size as mine!! so much cleaner and neater, and it does the EXACT same thing. Thank you for that as well!