Welcome to WindowsClient.net | Sign in | Join
Set the form's Text and ControlBox properties.
form1.Text = string.Empty; form1.ControlBox = false;
Contributed from George Shepherd's Windows Forms FAQ