Reputation: 281
I have a form. At runtime, how can I hide the form's frame? (The borders with the form name.)
Upvotes: 0
Views: 1183
Reputation: 103437
Set the form's FormBorderStyle property to None.
FormBorderStyle
None
Upvotes: 7