I have been asked to remove or disable the close button from our VB .NET 2005 MDI application. There are no native properties on a form that allow you to grey out the close
Here is a simple way to remove the close button: 1. Select the Form 2. Now go to Properties. 3. Find ControlBox and change the value to False.
Properties
ControlBox
False
This will remove all the Control Buttons (e.g. Minimize, Maximize, Exit) and also the icon also that is in the to left corner before the title.