SyntaxFix
Write A Post
Hire A Developer
Questions
You can set the Property FormBorderStyle to none in the designer, or in code:
FormBorderStyle
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;