If save a ToolbarsManager as Binary to a MemoryStream.
After this save, I add some extra Tabs and Buttons to the ToolbarsManager.
Apparently, the MemoryStream is updated when adding controls.
Is there way to avoid this? I need to take a snapshot at specific moment.
ribbonStream = new System.IO.MemoryStream();
toolbarsManager.SaveAsBinary(ribbonStream, true);
Never mind. Please close.
Hello,
I was writing this post when I saw your last one. I want to use the thread to ask you to share how you were able to resolve your issue and in the same time to attach my sample of how to save and load as and from binary.
Thank you in advance, I believe that the other community members could benefit from this thread as well.