How can I remove the blue border that's on top of the Window Form? (I don't know the name of it exactly.)
You can set the Property FormBorderStyle to none in the designer, or in code:
FormBorderStyle
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
1.4m articles
1.4m replys
5 comments
57.0k users