mfc
微软基础类库(英语:MicrosoftFoundationClasses,简称MFC)是微软公司提供的一个类库(classlibraries),以C++类的形式封装了WindowsAPI,并且包含一个应用程序框架,以减少应用程序开发人员的工作量。其中包含大量Windows句柄封装类和很多Window...
共 1,917 份资源
mfc 全部资料 1,917 份
PDF文档
#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d...
PDF文档
一个在MFC环境中使用的 InfoZip打包类
一个在MFC环境中使用的 InfoZip打包类,InfoZip是一个功能强大的免费ZIP/UNZIP库。为了方便它的使用,在此介绍一个InfoZip的打包类CInfoZip,这个类本身并不实现压缩功能...