关于SetDialogBkColor函数
我在BOOL CSDXApp::InitInstance()里添加了
//设置对话框背景和文本颜色
SetDialogBkColor(RGB(160,190,220),RGB(0,0,0));
请问为什么没有效果呢,感谢
//设置对话框背景和文本颜色
SetDialogBkColor(RGB(160,190,220),RGB(0,0,0));
请问为什么没有效果呢,感谢
作者: shn521 发布时间: 2011-06-16
木有分了,大家帮帮忙
作者: shn521 发布时间: 2011-06-16
放到构造函数中看看
作者: karlson0211 发布时间: 2011-06-16
看看这个帖子
http://topic.csdn.net/t/20020304/15/553946.html
http://topic.csdn.net/t/20020304/15/553946.html
作者: xianglitian 发布时间: 2011-06-16
CWinApp::SetDialogBkColor
This function is obsolete.
Remarks
To set the background color of the dialog box, you must handle WM_CTLCOLOR. This message changes the color of the specified dialog box only.
This function is obsolete.
Remarks
To set the background color of the dialog box, you must handle WM_CTLCOLOR. This message changes the color of the specified dialog box only.
作者: VisualEleven 发布时间: 2011-06-16