Outlook color code list

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

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?
 
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.
 
It works. Thanks Ken.

Cannot figure out the formula of the color code. But it does not matter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top