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
Go to Form Properties and set both ControlBox and ShowIcon to false.
Form Properties
ControlBox
ShowIcon
Then, clear all the text from the form's text property.
text