搜索资源列表
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.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.
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
MDISplitProj
- 一个使用wtl实现的多窗口的分割,在MFC中很难实现--The partition of multi-windows by using wtl,which is impossible in MFC
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.
MFC_Multiple_Document_dialog_under_the_framework_o
- MFC框架下多文档对话框RibbonMDI源码MFC Multiple Document dialog box under the framework of RibbonMDI source-MFC Multiple Document dialog box under the framework of RibbonMDI source MFC Multiple Document dialog box under the framework of RibbonMDI source
mfc
- 深入了解MFC中的文挡视结构.pdf。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题-MSYS-1.0.11
mdi
- How to write MDI in MFC
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.
MdiSquares
- windows MDI MFC程序,非常有特色而且期待对大家有帮助-windows classic mdi mfc sample,
MFC-MUSIC-PLAYER
- 具有一般播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有具有播放、暂停、重复播放、音量调节、Repeat功能等功能。需要解决的问题是向对话框中添加音乐播放的控件,以及各按键功能的实现。-Normal playback*. Mp3,*. Wma,* MDI*. Wav,* avi,*. Dat file with play, pause, repeat, volume adjustment, Repeat function and other function
Visual-MFC-editor
- 一个基于MFC的多文档(MDI)程序编辑器的雏形框架,具有窗口分割、系统文件目录树形对话框、标签页view、代码编辑保存、语法高亮显示及查找、设置书签等系列基本功能,可以任意进行二次开发。-An MFC-based multi-document (MDI) program editor prototype frame having a separate window, the system file directory tree dialog tab view, code editing and
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-examples
- 达内MFC例子集源码,内容涉及消息映射、工具栏的使用、状态栏操作、视图/窗口、动态创建未知类型的对象、MFC文档类作用、MFC单文档视图应用程序(SDI)、MFC多文档视图应用程序(MDI)、ATL组件编写、对话框的数据交换、MFC基本控件、列表 ListCtrl控件的使用等相关知识点,还有更多不一一列举了。-Set up the MFC source code examples, involving message mapping, using the toolbar, status bar
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。