c# - Fullscreen application option (hide app title bar) -


I would like to know that there is a way to run my application, without the title bar, essentially the max only appears on the screen screen Has been there. I'm sure that I can work things like a show / hide option for the menu strip or something like that on the mouseover, but for the title bar, I'm sure is not. If there is a way to show / hide a method which can provide an example on mouseover ? This is a WinForms application for WinForms, you can simply set FormBorderStyle = FormBorderStyle.None;



Comments