文件名称:1Win32MFC
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.37mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
MFC环境下的消息映射,其原理和我们讲解过的Win32下的消息映射是类似的。简单地讲,就是让程序员指定要某个MFC类(有消息处理能力的类)处理某个消息。MFC提供了工具 ClassWizard来帮助实现消息映射,在处理消息的类中添加一些有关消息映射的内容和处理消息的成员函数。程序员负责编写消息处理函数的代码,实现所希望的功能。-MFC environment news mapping, its principle and we explain the news of the Win32 mapping is similar. Simply speaking, is to make the programmer to a designated MFC class (a message processing power of the classes) handling one of news. MFC provides tools ClassWizard to help realize the message map, in dealing with news of the class to add some relevant news content and processing of mapping news member function. Programmers responsible for writing the handler code, to achieve the function of hope.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1Win32MFC\Debug\vc60.idb
.........\.....\vc60.pdb
.........\.....\Win32MFC.exe
.........\.....\Win32MFC.ilk
.........\.....\Win32MFC.obj
.........\.....\Win32MFC.pch
.........\.....\Win32MFC.pdb
.........\.....\Win32MFC.sbr
.........\Win32MFC.cpp
.........\Win32MFC.dsp
.........\Win32MFC.dsw
.........\Win32MFC.h
.........\Win32MFC.ncb
.........\Win32MFC.opt
.........\Win32MFC.plg
.........\Debug
1Win32MFC
.........\.....\vc60.pdb
.........\.....\Win32MFC.exe
.........\.....\Win32MFC.ilk
.........\.....\Win32MFC.obj
.........\.....\Win32MFC.pch
.........\.....\Win32MFC.pdb
.........\.....\Win32MFC.sbr
.........\Win32MFC.cpp
.........\Win32MFC.dsp
.........\Win32MFC.dsw
.........\Win32MFC.h
.........\Win32MFC.ncb
.........\Win32MFC.opt
.........\Win32MFC.plg
.........\Debug
1Win32MFC