Can I change text and background colors on dialogs?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
The computers my app runs on are set for 8 bit color. I am able to display images and simple line graphics just fine. Now I want to add a dialog box which uses the same colormap. I want to display different sections of text on the dialog in different colors with different color backgrounds. Of course, all colors come from the same colormap as the main app. When I override the OnCtrlColor for the dialog, I select and realize the same palette as the application. But it does not make a difference. The colors appear wrong. Sometimes they appear dithered. Any ideas? Thanks, Mike