搜索资源列表
-
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下载:
The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initializat
-
-
0下载:
BF533的程序,含有dma等很多初始化代码-BF533 procedures, as well as many containing dma initialization code
-
-
0下载:
程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
-
-
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
-
-
0下载:
皮肤美化的最好文件和78个皮肤任你选择,希望对你有用,只需要在初始化加入简单代码即用-The skin beautification of the best file and 78 skin no matter how you choose, you only need to add simple code to the initialization that is, with
-
-
0下载:
CWhiteBoardView继承源码中的CWhiteBaseView的窗口类,此类为白板类,所有的画图都画在该类中。
CToolDlg继承源码中的自动隐藏类CAutoBaseDlg,此类为工具栏类,设置画笔,荧光笔等等,所有操作可以参看里面例子。
CWhiteBoardDlg为主窗口类,主要是设置全屏,创建CWhiteBoardView和CToolDlg窗口,并关联,参看相关代码。
上述是demo的使用src的说明,代码量并不多,大部分的初始化已经放到src的类里
-