Changing the color of the titlebar

  • Thread starter Thread starter Miles
  • Start date Start date
M

Miles

I have a problem with something that I thought would be
easy to do, but it escapes me.

How do I change the color of the titlebar (and the form
border) from the standard Microsoft blue to silver?

I am using Access 2003 with XP.

Thanks in Advance
Miles.
 
What if I want to change the color of the titlebar and
border of just one form and leave all the other forms
alone? Is there anyway I can do this using VBA? XP API?

Thanks Again
Miles
 
Miles,

The colours used for ALL title bars for ALL applications is governed by the
Display Settings in Control Panel.

However, if you want to change the colour of one form's title bar:
http://www.freevbcode.com/ShowCode.asp?ID=669

Note: I've not tested this code in Access.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------
 
Back
Top