Dialog Background Color?

  • Thread starter Thread starter a_unique_name
  • Start date Start date
A

a_unique_name

Guest
Hello Folks:

Developing on Windows 10 Pro, Win32, no MFC.

I'm drawing some marks on a dialog. I want to erase them by drawing the same marks using GetBkColor() for the dialog's HDC.

GetBkColor() returns white, 0xFFFFFF instead of the light gray.

How do I find that color, or whatever color is used to draw the dialog?

Thanks
Larry

Continue reading...
 
Back
Top