文件名称:MFC 自定义的复选框按钮
文件大小:19KB
文件格式:ZIP
更新时间:2016-01-04 09:19:35
MFC 自定义复选框
Author:abhinaba(Web Developer United States) Introduction:This class is derived from the MFC CButton. It supports the following features: 1. Showing of On/Off LEDs to indicate state of the check box 2. Showing an icon to indicate state of the check box. Icon can be specified using a resource ID, filename or HICON. 3. Left/Center/Right aligned texts 4. Text on the left or right of the LED 5. Enabled/disabled check boxes 6. Tool tips This article demonstrates how to extend MFC to subclass common controls and to apply owner drawing to give them any desired look. codes from:http://www.codeproject.com
【文件预览】:
CCheckSK_Src
----CCheckSK.h(5KB)
----CCheckSK.cpp(17KB)
----readme.doc(51KB)