Hi everybody. I learned how to make a form with the middle button disabled (I refer to the three buttons at the right top corner of the screen). Now, is it possible to get rid completely of that button?
I'm making a program which should work only in full-screen mode since I don't want the complication of resizing all the objects at window resize and I want to avoid the scrollbars as well. The disabled middle button works well, but since I don't need it I'd like to make it disappear (just a matter of look...).
4. Re: Form without middle button
#853
Posted by: 2003-04-12 08:35:39
You could use a borderless form and put your own caption bar and minimize/close buttons on it.