I want the Min, Max, and Close Buttons enabled but I do not want user to Min, Max, or Close the Form.
I know to use Cancel = True in Form_Unload() to prevent user from closing Form however I can't use this method because then the main Form will not be able to close it's sub Forms
How to prevent these events.




Reply With Quote