The title pretty much sums it up. Here is where my problem is, I made my rich edit control and tried using the EM_SETCHARFORMAT to change the color of the text in the control. The CHARFORMAT struct I passed in had CFM_COLOR set to dwMask and set the color value in for crTextColor. Is there something I didn't do?

Note: I'm using win32 api.