Windows Form with Resizing Frame and no Title Bar?
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 = ""