edit box font color
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way for me to set the font color of a Win32 edit box? I know I can set the font type by sending a WM_SETFONT message, but I can't find anything about setting the font color. Any help is appreciated.
Please don't ask questions unrelated to Managed C++/CLI on this message board. Use the Visual C++/MFC board instead. To set the color(s) of edit controls, you can respond to the WM_CTLCOLOREDIT message in the parent's windowproc and set the text and background colors. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: