Title bar on a Pop-up form

  • Thread starter Thread starter ahoy
  • Start date Start date
A

ahoy

Gidday,
Does anyone know how I can 'switch off' the title bar on a form?

I'm using Access2002 and I have a single form which I am using as a
splash form. It is on a timer event ready to load the first form of
the application. It contains a graphic and a greeting to the user etc.
It stays on screen for 4 seconds. It has no caption in the title bar,
so this nice blank blue title bar just sits attached to the top of my
splash screen making it look awful.

I have been unable to find a solution.

Any takers??

Cheers
David F
Queensland Australia
 
Change the BorderStyle property of the form to None. Then put your own
border on the form using a box control.
 
Thank you Sandra, much obliged.
I can't believe that it had me stumped. I've been programming for many
years. I guess I'm allowed to have a mental block every now and then.
Weird.

Cheers
David
 
Back
Top