Color of tab control

T

TomT

I am putting a subform on a tab control (Access 2003), and want to match the color exactly. Does anyone know the rgb codes for the tab control?

I've tried to match it by eye, but can't get it dead on.

Thanks for any assistance...

TomT
 
S

Stephen Lebans

THe standard System color constant you are looking for is:
vbButtonFace = 0x8000000F = -2147483633


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


TomT said:
I am putting a subform on a tab control (Access 2003), and want to
match the color exactly. Does anyone know the rgb codes for the tab
control?
 
Top