View Single Post
  #2  
Old March 5th 09, 07:28 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook color code list

There's no list like that which I'm aware of, besides controls can not only
have pre-defined colors such as Window or Button, but also any RBG color
combination. Right-click on the control and select Advanced Properties and
look at the color options there. Select the color you want and get the RGB
value to use in your code.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Jason" wrote in message
...
I'm trying to change the fore/background color of controls in custom form
but cannot find the list of the color code (int value). Can someone tell
me where to find the list/reference?


Ads