Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
QuickAccessMenu Help Requested???
posted

Hi

 I am working on a desktop application. I am using UltraToolsBarManager for menus. There is a functionality available that i can add any menu to Quick Access Menu. The problem is Quick Access Menu disappears the next time I open application after closing it. I want to mantain the QuickAccessMenu.

Can anybody help me out?

Thnx in advance.

Azif

Parents
  • 44743
    posted

    You can save the toolbars manager settings when the form closes using the SaveAsXml or SaveAsBinary methods. Then when the form opens, you can load the settings file using LoadFromXml or LoadFromBinary. This will repopulate the QAT as the user had it setup the last time the form was open. If you only want to load settings for the QAT and not other toolbars, menus, and tools in the toolbars manager, you will need to manually save and load the contents of the QAT.

Reply Children