Is there a way to get rid of the title bar? I want to have a full screen application where the titlebar, min, max, and help buttons
aren't visible. Any help would be appreciated.
Printable View
Is there a way to get rid of the title bar? I want to have a full screen application where the titlebar, min, max, and help buttons
aren't visible. Any help would be appreciated.
Nevermind, I figured it out:
formborderstyle = none
That didn't work for me but this did:
FormBorderStyle = FormBorderStyle.None
:rolleyes:Quote:
Originally posted by birthjay
That didn't work for me but this did:
FormBorderStyle = FormBorderStyle.None
You did the same thing he did but in code. It works perfectly fine for me
Ah....I see now. I thought that was coded but I see that it is a property tag as well. Both could be very useful in certain situations.
Hey, that is why we come here. To learn "tid-bits".