搜索资源列表
CMyButton
- 把按钮封装成“图形按钮类”,可以自定义加载图片选择按钮外观。 通过声明类对象,调用相关成员函数,实现对按钮的相关操作,-The button package as a " graphic button class" , you can customize the appearance of loading the image select button. By declaring class object, call the relevant member functions
CExpandBtn
- 在我们使用一些软件时,常常看到有一些伸缩按钮,当我们单击此按钮时,会弹出或者隐藏一些信息,我们可以利用CExpandBtn类来实现这个功能. 1、首先,在XXXDlg.h文件中先给一个button定义一个成员变量,然后把CButton改为CExpandBtn,例如: CButton m_xxx 改为 CExpandBtn m_xxx 2、然后,在XXXDlg.cpp文件中的OnInitDialog()函数中,添加如下语句: m_xxx.SetDrawButtonBorder
mfc-jubing
- 本主要讲的是各个类函数之间的成员变量的调用,以及各个句柄之间的调用,适合刚学VC的同学-The main speakers call between the call between the function of each class member variables, as well as handle, suitable for students just learning VC
