R RitchieJHicks Mar 20, 2008 #1 Is there anyway that I can remove the title bar from my forms. It's making them look cluttered in places.
Is there anyway that I can remove the title bar from my forms. It's making them look cluttered in places.
A Arvin Meyer [MVP] Mar 20, 2008 #2 If you turn off all the buttons and have a blank caption, you can then set the form to have no border. If you then want a small border, create one using a rectangle (box) control.
If you turn off all the buttons and have a blank caption, you can then set the form to have no border. If you then want a small border, create one using a rectangle (box) control.
S Stuart McCall Mar 20, 2008 #3 RitchieJHicks said: Is there anyway that I can remove the title bar from my forms. It's making them look cluttered in places. Click to expand... Set the form's Border Style to None. If you don't like the look of that, you need to provide your own 'border' using a rectangle object.
RitchieJHicks said: Is there anyway that I can remove the title bar from my forms. It's making them look cluttered in places. Click to expand... Set the form's Border Style to None. If you don't like the look of that, you need to provide your own 'border' using a rectangle object.