搜索资源列表
-
0下载:
模态对话框编程:使用对话框编辑器创建包含不同控件的对话框资源。为特殊控初始化和消息处理程序编写代码。在视图类中编写代码来激活对话框。-Modal Dialog programming : Use the dialog editor that contain the different dialog resource control. For special initialization and control procedures for handling information to prep
-
-
0下载:
可以实现下初始化树视图,添加背景位图。相当不错的代码建议下载-Initialization can be achieved under the tree view, add background bitmap. Pretty good recommendation to download the code
-
-
0下载:
停靠代码
在对话框类的CPP文件中包含CAutoHideWnd类的头文件
#include "AutoHideWnd.h"
在CPP文件中声明CAutoHideWnd类的对象
CAutoHideWnd m_hideWnd
在对话框初始化函数中利用m_hideWnd调用CAutoHideWnd类中的Attach()函数
m_auto.Attach(this) -Stop code in the dialog class CPP file contains CAutoHid
-