MDI and MenuStrip Problems
I'm having some problems with MDI windows and MenuStrip objects.Here is a link to a sample project. Some of the problems I have are:
- When a child window is first created, the icon in the MenuStrip is the default icon instead of the custom icon.
- When the child window is changed from maximized to normal then maximized again, the right icon is show but it is too large.
- After doing problem #2, close the window and a System.ObjectDisposed exception is thrown.
- After doing problem #2, open a new window then close it and the program will hang.
These problems are seriously interfering with a program I'm writing. What can I do about them?

