Remove Title Bar

  • Thread starter Thread starter DD
  • Start date Start date
D

DD

I have a form which I do not want to show a title bar. I
know I can set the form border to none and the title bar
will not appear, however I want a border to appear on the
form. I cannot find a way to set the title bar to none and
border thin and flat. Thanks in advance
 
DD said:
I have a form which I do not want to show a title bar. I
know I can set the form border to none and the title bar
will not appear, however I want a border to appear on the
form. I cannot find a way to set the title bar to none and
border thin and flat. Thanks in advance

Set the BorderStyle to None and then use a box or two to create your own
border.
 
Back
Top