How can I hide the title bar from a Windows Form but still have a Resizing Frame?
Setting FormBorderStyle = None will remove the title bar (at both design and run time) - and also remove your ability to resize the form.
If you need a border you can set:
ControlBox = false
Text = ""
Set the ControlBox property of the form to False, and the Text property to empty string. The form will open with no perceivable (to the user) title bar, but they will be able to resize the form.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With