Color??
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
Befor you use SetDialogBkColor(RGB(0, 0, 0), RGB(0, 255, 0)); to set background color and textcolor on a dialog what must I use now?
MSDN says to handle the WM_CTLCOLOR message.
-
MSDN says to handle the WM_CTLCOLOR message.
-
If you are using MFC add the message to your function map just as you would with any other window messages.
-
If you are using MFC add the message to your function map just as you would with any other window messages.
-