I'm maintaining a classic MDI MFC application, and I'd like to prevent the user from minimizing an MDI document window.
The best solution would be if I just could remove or disable the "Minimze" button from the MDI Window and remove/disable the "Minimize" command from the menu that shows up when you click on the upper left corner of the MDI window.