Frame / header removal

  • Thread starter vbnetman via AccessMonster.com
  • Start date
V

vbnetman via AccessMonster.com

Has anyone has a need to remove the title bar (where the form name appears)
and the border of the form leaving just the square grey screen. If so, how
was this handled? Is it even possible?

Thank you
 
R

Rick Brandt

vbnetman said:
Has anyone has a need to remove the title bar (where the form name
appears) and the border of the form leaving just the square grey
screen. If so, how was this handled? Is it even possible?

Thank you

Set the border style property to None.
 
Top