登录
首页 » 按钮控件 » 使用MFC编写界面程序时,几个扩展控件的类以及类的实现

使用MFC编写界面程序时,几个扩展控件的类以及类的实现

于 2022-02-05 发布 文件大小:8.59 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

使用MFC编写界面程序时,几个扩展控件的类以及类的实现-MFC prepared to use interface program, several types of controls, as well as the expansion of categories to achieve

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错...
    静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :)
    2022-06-02 06:01:45下载
    积分:1
  • EXCEL加载宏(ExcelAddin)是一套用于开发Excel 加载宏( 插) 的免费开发框架...
    EXCEL加载宏(ExcelAddin)是一套用于开发Excel 加载宏( 插件) 的免费开发框架-EXCEL Add-in (ExcelAddin) is a set for the development of Excel add-in (plug-in) of free development framework
    2022-05-05 14:16:33下载
    积分:1
  • 这是一个的程序,是用说明使用的。
    这是一个按钮控件 的程序,只是说明了一些按钮的用途,运用。-This is a button control procedures, is illustrative of the use of buttons used.
    2022-05-24 10:01:14下载
    积分:1
  • vc开发的串口通信相关学习源码
    VC串口通信编程实践资料的源码,有助于串口通信的学习,也可根据源码更改为自己的工程,二次开发,但是主要是串口通信的资料。简单界面与编程。
    2022-02-09 15:54:57下载
    积分:1
  • 输入URL,可以把URL所指的主页下载到指定的文
    输入URL,可以把URL所指的主页下载到指定的文件夹-input URL, the URL can be downloaded from the home page referred to the specified folder
    2022-01-26 14:17:23下载
    积分: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
  • 2 Freeware MFC icon selection combo box classes(19KB) 图标下拉框
    2 Freeware MFC icon selection combo box classes(19KB) 图标下拉框-2 Freeware MFC icon selection combo box classes (19KB) icon in the drop-down box
    2022-12-05 09:30:03下载
    积分:1
  • ExtJS主要的键布局和事提出申请,
    extjs 主要应用了button的布局,和事件提交-extjs main application of the button layout, and events presented
    2022-04-11 05:58:35下载
    积分:1
  • 这是我的一个关于vb编程的小实例. 请有需要的朋友可以下载解析一下,并能提出些意见,谢谢!...
    这是我的一个关于vb编程的小实例. 请有需要的朋友可以下载解析一下,并能提出些意见,谢谢!-This is my vb programming on a small example. Requests need of a friend analytic what can be downloaded, and whose views, thank you!
    2022-05-05 07:41:54下载
    积分:1
  • Here is an XP
    Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).-Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control- it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).
    2022-01-31 08:46:53下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载