Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I create a form with resizing borders and no title bar?

Set the form's Text and ControlBox properties.

form1.Text = string.Empty; 
form1.ControlBox = false;

Contributed from George Shepherd's Windows Forms FAQ



Page view counter