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
 
Back
Top