Changing the color of the titlebar

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.
 
M

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
 
G

Graham R Seach

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
---------------------------
 
Top