I have a windows form applicaiton with a MDIForm. The MDIForm has a toolstrip on it. The toolstrip has several buttons on it. When a user clicks on one of the buttons on the toolstrip a Child From will popup in the MDIForm.
One of the Child Forms gives the user the ability to select which buttons show on the toolstrip.
Here is my problem:
When the user selects which buttons to show on the toolstrip and then saves thier changes I would like to toolstrip to reflect those changes instantly.
So on the child form the user selects which buttons should show on the toolstrip. Then the user clicks on a save button on the child form to save thier changes. As soon as the user clicks on the save button on the child form the toolstrip on the MDIForm should instantly show the buttons that the user selected and saved.
How can this be done?
Thank you