hide caption/title bar

  • Thread starter Thread starter DaveL
  • Start date Start date
D

DaveL

How can i hide the caption bar of a windows form
and still have a Border...

All i can find if FormBorderStyle.None;

DaveP
 
I believe we should have to see the internal code, to see
how the border implements the caption bar.
But perhaps you don't need to do it, because it's easy
to implement the movements of your form.

Carlos
 
good answer, but I think DaveL
wants to hide the titlebar
being able to move the form.

Carlos.
 
good answer, but I think DaveL
wants to hide the titlebar
being able to move the form.

Since he asked for a border, I figured he wanted to be able to SIZE the
form.
 
Back
Top