Hi all
i create a wintoolbar. I want to export all tool's and menubar and menubar's items.
and also want to import in 2nd window.
Please suggest me.
Regards
Those method are listed in my original reply:
"You can use the SaveToXml or SaveToBinary methods to save out a layout file or stream from a toolbars manager. That layout can then be loaded into any other toolbars manager with LoadFromXml or LoadFromBinary and it will have the same properties values and tools as the original toolbars manager at the time of saving."
Thanks for suggestion,
Please suggest method. i was try but not get.
I would not use automatic serialization of settings for this kind of operations. If you want to load in different settings files at different times, you will have to use the methods to manually save and load settings so you can specify the paths to the settings files. Turn off the 'Save Settings' option and use the manual serialization.
Thanks for reply,
i am already try this option, But i am not able to find my save xml file...