搜索资源列表
VCram
- VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MF
UseResourceInDLL
- 如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。 -how to use the DLL dialog, from Win32 DLL and MFC DLL two aspects to analyze and solve the problem.
Win32与MFC
- 讲解了Win32与MFC的概念及其之间的联系
VCADO
- 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
5222
- Visual C++是开发运行于Windows 95和Windows NT环境下的Win32应 用程序的可视化编程工具中最重要的成员之一,它为软件开发人员提 供了完整的编辑、编译和调试工具和建立于Win32 API(Application Programming Interface)基础上的MFC类库(Microsoft Foundation Class Library),从而有效的缩短了Windows应用程序的开发周期。-C++ examples tutorial
zhangxie
- 最新的MFC+APL+win32程序设计+win工作原理-The latest MFC+ APL+ win32 programming+ win works! !
SDK_MFC_Introduce
- 讲述SDK和MFC的相关论述文档Ppt格式,主要是关于win32 API相关的-Tells the SDK and MFC-related discussion document Ppt format used, mainly on the win32 API related
DLL
- VS2010中如何查看DLL的导出接口,win32下以及MFC下的区别-VS2010 how to view the DLL export interface, win32 and MFC under the following distinction