End Google Ads 201810 - BS.net 01 --> Hello Friends
I m trying to change the color of dialog in win32 based application.So for that I m using

switch(msg)
{
case WM_INITDIALOG:
{
HBRUSH bgcolor = CreateSolidBrush(RGB(255,0,0));
return TRUE;
}
case WM_CTLCOLORDLG:
{
return (LONG)bgcolor;
}
}


Any other IDeas??

Thanks & Regards
Yogesh