Form name bar

K

Kyle

How do I turn off the form file name bar, when the form is
open. I am talking about the blue bar where the file name
of the form display and the min, max and close button. I
would like this bar turn off and not shown.

Thanks in advance.
 
R

Rick Brandt

Kyle said:
How do I turn off the form file name bar, when the form is
open. I am talking about the blue bar where the file name
of the form display and the min, max and close button. I
would like this bar turn off and not shown.

Set your BorderStyle property to "None".
 
Top