Winform>GUI>hide the frame in winform ?

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

How do I hide the frame around the main form ?

and

How do I hide the windows bar at the top (where the minimise and maximise
is) ?

thanks guys
Tom
 
Hi Tom,

To create a borderless window set the Form's FormBorderStyle property to FormBorderStyle.None
 
Thanks for that.

I am also curious how do I make it to go into hide mode so that its similar
to media player. So that when I want it to unhide I just move my mouse to
where it was before. ?

thanks
Tom
 

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