Home / FAQ / WinForms / Form / How can I have a form with no title bar, but yet keep the resizing borders
Set your form’s Text and ControlBox properties.
myForm.Text = ''; myForm.ControlBox = false;
Platform BlazorASP.NETWinFormsWPF
Question *
Answer (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with