搜索资源列表
深入了解MFC文档视结构
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数
sameprocess
- 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
scribble
- SCRIBBLE 示例:MFC MDI 绘图应用程序. SCRIBBLE 是一个小绘图应用程序,它允许用鼠标绘制徒手画并将图像保存在文件中。此示例简单阐释了 MFC 的广泛功能.
CatWork0506
- 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件
wtlmditab_demo.zip
- This class adds a simple tab control in a WTL based MDI application. It is partly based on the freeware MFC version from Dundas Software available at ,This class adds a simple tab control in a WTL based MDI application. It is partly based on the free
MFC-MDI
- 该程序实现了类似VC开发环境的界面,不过是控制窗口的显示目录有所改变,对于多视窗口的创建和理解是一个很的学习例子。-The VC program development environment to achieve a similar interface, but control the window display of the directory has changed, for the creation of multi-view windows and understanding is
MFC.MDI.document.template.code
- MFC MDI文档模板设计经典代码MFC MDI document template design classic code -MFC MDI document template design classic code
FullScreen-show-SDI-and-MDI-in-MFC-
- MFC 实现单文档和多文档全屏显示功能 代码可供学习-Fullscreen show SID and MDI in MFC
Student4
- MFC多文档学生成绩管理系统源代码,是ADO数据库编程的实例程序。-MFC multi-document student achievement management system source code, is an instance of ADO database programming procedures.
multipoint
- 一个类似喷枪效果的画图板程序,用MFC实现的多文档界面程序,上课时老师的代码,希望可以帮助大家-A similar effect of the drawing board spray process, achieved by MFC MDI program, the teacher' s class code, I hope you can help
MDILayout_Sample
- Windows MFC MDI程序,视图标签程序。 可以控制各个Child窗口-Windows MFC MDI program, view tag procedures. Can control all Child window
MainFrmMDI
- MFC应用程序:MDI程序多个文档模板。生成一个多文档应用程序,实现MDI程序-MFC Application: MDI process multiple document templates. Generate a multi-document application, MDI program to achieve
MFC
- VC++ MFC SDI/MDI 框架各部分指针获取方式-VC++ MFC SDI/MDI frame pointer access to all parts of the way
TestApp
- Simple MFC MDI application, just to test the upload function.
oglmdi2
- have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to
MFC-MDI
- 深入了解MFC中的文挡/视结构,文档/视结构有关的各种类之间的关系,了解CwinApp::OnFileNew、CwinApp::OnFileOpen和Window/New的程序流程,-MFC-depth understanding of the text block/view architecture
MFC(MDI)bezier
- MFC下生成多文档(MDI)项目,通过点击菜单生成bizier曲线,可以学习菜单响应函数。-Generated under MFC multi-document (MDI) project by clicking on the menu generate bizier curve, you can learn the menu response function.
Splitter-View-in-MFC-MDI
- This an example to use splitter view in MFC MDI programming-This is an example to use splitter view in MFC MDI programming
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。
多文档事例
- MFC多文档,从中可以看出自定义视图的用法。(MFC multiple documents, from which you can see the usage of a custom view.)