The ToolStripManager is hopelessly broken. LoadSettings doesn’t do a thing…and I’m evidently not the only one with this problem:
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/656f5332-610d-42c3-ae2d-0ffb84a74b34/
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=128042
So…anyone have a workaround? The one posted in that thread just moved all the toolbars to the bottom of the window.
Here is my solution:
Declare this struct to store the settings of a toolbar:
Code to save
Code to restore