-
MFC写的Button扩张类CButtonST,扩展了很多Button类的功能。非常方便学习,极大的提高了开发效率。...
MFC写的Button扩张类CButtonST,扩展了很多Button类的功能。非常方便学习,极大的提高了开发效率。-it is a extends of CButton.it is very convenience for us to study .also it is helpful for us to develop beautiful GUI.
- 2022-02-01 02:16:21下载
- 积分:1
-
显示AVI文件的按钮.使用CAniButton替换你工程里的CButton声明即可(实现代码AniButton.h,AniButton.cpp)...
显示AVI文件的按钮.使用CAniButton替换你工程里的CButton声明即可(实现代码AniButton.h,AniButton.cpp)-show AVI file button. Use your CAniButton replacement project CButton"s statement can (achieve code AniButton.h, AniButton.cpp)
- 2022-07-23 04:51:40下载
- 积分:1
-
C++的简单控件,供初学者使用,直接调用便可以使用
C++的简单控件,供初学者使用,直接调用便可以使用-C simple controls for beginners, it can be called directly using
- 2022-07-07 19:09:32下载
- 积分:1
-
各式各样的按钮,开发工具VC6,非常漂亮.
各式各样的按钮,开发工具VC6,非常漂亮.-All kinds of buttons, development tools VC6, very beautiful.
- 2022-05-31 04:20:37下载
- 积分:1
-
the procedures introduced by a group check box to control internal controls so a...
本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleS
- 2022-11-13 07:15:03下载
- 积分:1
-
inside several procedures, which can be used for variety of button controls prog...
里边有几个程序,可以用来实现多姿多彩的按钮控件编程,很好用的-inside several procedures, which can be used for variety of button controls programming, the good
- 2023-05-04 06:30:03下载
- 积分:1
-
在按钮控件上实现图标,从而美化图标的外观。
在按钮控件上实现图标,从而美化图标的外观。-To achieve control on the button icon, which beautify the appearance of the icon.
- 2022-07-22 10:49:18下载
- 积分:1
-
Mac,Office 2003,WinXP等多种风格的按钮控件
Mac,Office 2003,WinXP等多种风格的按钮控件-Mac, Office 2003, WinXP various styles of button controls
- 2022-08-10 16:13:56下载
- 积分:1
-
实施(模糊,控制,等)控制
本课题设计并实现了除手动控制外的六种控制方法(模糊控制和常规控制)
- 2022-03-01 08:04:13下载
- 积分:1
-
MFC 托盘气泡
本程序演示了用vc6.0 MFC 如何创建托盘,并在托盘上显示气泡提示,(xp、win7均可),并提供了最新的shellapi.h(很多mfc编程需要用到该头文件),代码非常简单。
- 2022-06-01 09:47:07下载
- 积分:1