I have a mdi application with a single toolbar on it. The toolbar has buttons
(New, Delete,..). This will fire events on the current active mdi child.
Developers can then handle the event and take the appropriate actions. The
problem I have is how to maintain the toolbar state when switching between
forms, are there any examples of this. I am developing in VS 2003 C#

I would appreciate some help, thank you