Harshali
Harshali

Reputation: 281

How to hide a form's frame at runtime

I have a form. At runtime, how can I hide the form's frame? (The borders with the form name.)

Upvotes: 0

Views: 1183

Answers (1)

Blorgbeard
Blorgbeard

Reputation: 103437

Set the form's FormBorderStyle property to None.

Upvotes: 7

Related Questions