搜索资源列表
OutlookSDI
- 本例是MFC SDI框架实现的outlook样式界面。视图切分为列表视图和outlook视图。 outbarview是outlook视图类。-MFC SDI frame in this case is the outlook style interface to achieve. View the list view and outlook cut into the view. outbarview is the outlook view class.
3DHelperDemo
- 一个基于mfc对话框和OPenGL的三维模型显示框架-A frame which use mfc dialog OPenGL
MESSAGE_Code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping scheme of analysis, about how to use the ClassWizard,, understand the
SplitterDlg_src
- 对话框窗口分割,实现对话框程序的分割的源码程序- The CSplitterDialog class adds splitter capabilities to a dialog, much like the MFC CSplitterWnd class does to a child frame.
mfc
- mfc多窗口框架,对于mfc的初学者有帮助。-mfc multi-window frame, for mfc beginners.
homeworkStudyWord
- VisualC++应用文件操作与MFC界面做的英语学习程序。主界面被分成两部分,左边为没有记的单词,右边为已记的单词,上边的DialogBar可以做查询操作。-Use VisualC++ and MFC to do the word study.Main Frame was seperated by two parts,left for to memorize,right for already memorized,and the Dialogbar on the top could do th
Sun_Xin_Lesson03
- 孙鑫学习C++第三课 MFC框架 的讲述 有实例源代码 非常好用哦!-The lesson 3 of study C++ , Sun xin MFC frame and its source code
VC-paint_code_templete
- MFC绘图显示框架资料。正在学习,与大家共享。具体事例可去codeproject网下载,很全。-MFC graphics frame data. Are learning to share. Specific examples to codeproject network to download full.
Lesson3Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the MFC AppWizard principle and the a
set-the-background-color
- mfc工作如何修改frame窗口的背景颜色?MDI窗口的客户区是由frame窗口拥有的另一个窗口覆盖的。为了改变frame窗口背景的颜色,只需要这个客户区的背景颜色就可以了。-set the background color
VS2010-MFC(1-55)
- VS2010-MFC编程入门教程(1-55) 涉及VS2010/MFC开发环境、VS2010/MFC应用程序框架、对话框、常用控件、菜单、工具栏与状态栏、文档、视图和框架、MFC常用类、字体和文本输出、图形图像、Ribbon界面开发等十个部分。-VS2010-MFC Programming Tutorial (1-55) involving VS2010/MFC development environment, VS2010/MFC application framework, dialog
mfc-bmp
- 能够实现MFC摄像头视频文件,截取视频某一帧,对初学者很有用-To achieve MFC camera video files, capture the video of a frame, very useful for beginners
MFC-Split-window
- 本实例是一个典型的分割式窗口,即可在同一个框架窗口里同时显示多个视图,这些视图可以是同一个视图,也可以是不同的视图。-This example is a typical split window, you can display multiple views in the same frame window, these views can be the same view, also can be a different view.
frame-structure
- 建立MFC的界面,用于实现图片的打开,能够运行调试,适合初级编程者参考。-To establish a MFC interface, used to implement the open of the picture, can run debugging, suitable for junior programmers reference.
Ex_Rect
- Visual C++实验成果 输入、编译、运行课本第五章第194页到199页中Ex_Rect的程序,掌握静态切分窗口创建方法、不同窗口信息互相同步的方法、视图和文档以及框架的互相访问方法。(Visual C++ experimental results Input, compile and run the fifth chapters of the textbook from page 194th to page 199. The program of Ex_Rect is to grasp