搜索资源列表
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
StartGL
- MFC和OpenGL的多文档MDI分割窗口的实现。-MFC and OpenGL, split window, multi-document MDI implementation.
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.
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_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
vtkMDI
- this a VTK MDI (MFC) Sample-this is a VTK MDI (MFC) Sample
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
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。