码迷,mamicode.com
首页 > 编程语言 > 详细

MFC对话框操作

时间:2014-12-06 18:00:48      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   sp   strong   on   div   2014   

一、改变对话框背景颜色

1 void CTESTDlg::OnPaint()
2 {
3     CPaintDC dc(this);
4     CRect rect;
5     GetClientRect(rect);
6     dc.FillSolidRect(rect, RGB(255, 0, 0));
7 }

bubuko.com,布布扣

MFC对话框操作

标签:style   blog   http   color   sp   strong   on   div   2014   

原文地址:http://www.cnblogs.com/mengwang024/p/4148424.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!