搜索资源列表
CursorPos.rar
- 这是一个基于MFC框架下时刻获得鼠标位置的代码,希望对于初学者有一定的帮助,This is a time framework based on MFC to obtain the mouse location code, hoping for some help for beginners
ClipBoard
- 这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助-This is an MFC-based operation under the framework of the clipboard code, hoping for some help for beginners
lesson3
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-the theory of MFC AppWizard s by Sunxin
lesson4
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-the message of MFC,how to use ClassWizard,by Sunxin
lesson6
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-How to s
MyDes
- 用vs2005 MFC框架,c++语言实现的DES对称加密算法,该算法实现简洁,效率高-the implementation of DES
lesson
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand the
UpDownLoadFile
- 文件上传与下载程序,供程序更新使用,MFC框架开发,值得学习。-File upload and download procedures for program updates using, MFC framework development, it is worth learning.
VC-STADY--NOTE
- Windows程序运行原理及程序编写流程,MFC框架程序剖析-Principle and run Windows programming process, MFC framework program analysis
MFCAppWizard
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。 -About the principles and MFC MFC AppWiza
MY_PE_CHANGE_1
- 读取pe文件信息 添加部分说明 vs2005 直接编译可以通过 mfc框架-Pe file information is added to read some of that vs2005 mfc framework can be directly compiled
MyMFCFrame
- 自己实现一个MFC基本框架代码,对想研究MFC框架的初学者很有用-an MFC frame code,it s useful to the one who is interested in MFC frame
Lesson3Code
- visual c++ MFC 框架代码,孙鑫老师的杰作!-Visual c++ MFC framework code, SunXin teacher s masterpiece
MFC
- MFC是一个编程框架,在此基础上建立类库程序-MFC is a programming framework class library program, established on this basis
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principle of the MFC AppWizard MF
vcPPHDraw
- HDraw v2.9 VC++增强版Windows画图板源码,使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 -the bzip boost installation components as detailed in http://www.cnblogs.com/finallyliuyu/archive/2010/08/23/1806811.html
Microsoft-Foundation-Classes
- MFC的框架类图,通过该图可以了解整个MFC框架的组织关系-MFC framework class diagrams, organizational relationships the MFC framework as a whole, this figure can understand
CArchive
- VC++使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。 -The CArchive class VC++ manipulate files. MFC provides the framework document and open the new function within the Implementation Mechanism.
mvcdraw
- C++ MFC消息映射机制的剖析实例源代码,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表 -C++ MFC message mapping mechanism analysis of source code examples on how to use ClassWizard to understand the message is sent to the window how the MFC framework through th
Menu
- 孙鑫主讲的VC++菜单工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。 -The Sun Xin Speaker VC++ menu working principle of the preparation of applications, menus command message in the order and delivery process in the the MFC framework program several classes.