How are ya daniels012 . . . . .
In form design view call up the properties for [blue]any TextBox[/blue] (or add one just for testing). Then:
[ol][li]Put the cursor on the [blue]
BackColor[/blue] property line and click the three elipses
just to the right.[/li]
[li]Select your color in the [blue]color window[/blue]. Click the [purple]
Define Custom Colors[/purple] for [purple]fine control[/purple] over your selection.[/li]
[li]Click Add to Custom Colors[/li]
[li]Click [blue]
OK[/blue] to close the color window.[/li][/ol]
When you return to the form the [blue]
BackColor[/blue] property now holds the [purple]
numeric value for that color.[/purple] A dark shade of purple turnes out to be 10158235. So in you code it would be something like:
Code:
[blue] Me!BackColor = 10158235[/blue]
As an good assist, maintain a library of your favorites!
See Ya! . . . . . .