通过重载DrawItem实现自绘CButton的功能,其中子控件要设Owner Draw属性为TRUE,动态创建CButton控件时添加BS_OWERDRAW属性。 通过重载OnCtrlcolor函数实现定制窗口背景功能。
2022-04-17 22:21:41 7.05MB 自绘 CButton OnCtlColor
1
重写自绘MFC的CButton按钮,使用GDI+重绘,支持多种图片格式,代码非常简洁(自夸)。VS2010
2021-06-08 19:27:20 283KB 自绘CButton 重写CButton
1