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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top