搜索资源列表
animate_icon_src
- 基于单文档于视图结构,添加动态图标的示例。-based on single file at the View structure, add the icon dynamic examples.
SplitWindow_demo
- 这是一个不使用MFC的文档/视图结构的分割窗口的例子,对于了解框架窗口有很强的实际意义。
MdiSquares
- 一个小巧的多文档实例,在演示文档\\视图结构技巧的同时,还展示关于文档序列化的问题
0414
- 在文档/视图结构中,用户可以在框架类的方法中嗲墉createstatic方法分割窗口。但是如何实现任意的窗口的分割呢,本例实现了这个方法
MDIChildDlg
- 源码实现了利用多文档视图结构,实现了多个对话框的显示
人工智能课件
- 这是一个实际的工程,讲述多文档多视图结构,以及一些人工智能算法的具体实现-This is a realistic project, told many multi-view file structure, as well as some artificial intelligence algorithms to achieve the specific
文档/视图结构窗口分格
- 文档/视图结构窗口分格,讲解CSplitterWnd的用法
SDI_Mulit-View.rar
- MFC的单文档多视图切换的关键代码。 程序结构比较简单,便于初学者学习。,MFC single document multi-view the key code switch. The procedure is relatively simple structure, easy for beginners to learn.
Splitter
- 文档视结构切分窗口,CView和CFormview添加按钮,并且实现右侧视图相应切换功能,还可以隐藏和去掉工具栏。 -Documents depending on the structure segmentation window, CView, and CFormview the Add button, and the realization of the right side view of the corresponding switching function, you can al
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else {
Draw
- MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 -MDI applicati
docserial
- 采用MFC应用框架编写基于Doc/View结构的Windows应用程序.掌握文档与视图之间的相互关系。-MFC application framework used to prepare based on Doc/View architecture of Windows applications. Master document and view the relationship between.
DocViewTest
- vc中基于文档和视图结构的应用程序源代码-vc structure based on documents and view the application source code
MergeWindow
- vc++6.0 实现在视图/文档结构的应用程序中,用户可以将可拖动的窗口拖动到任何位置,也可以将它们停靠在窗口一边的功能。-vc++6.0 to achieve in the view/file structure of the application, the user can drag the window can be dragged to any location, you can also dock them to the side of the window function.
windows--chuangkou
- 切分窗口 1、 实验目的和要求 (1)如图3.1所示是一个有切分窗口的单文档应用程序。左边是树视图,用于显示“学生信息”、“专业”和“班号”3层结构信息。右边是列表视图,以报表的形式显示学生基本信息。 (2)单击图3.1右边视图,选择“学生基本信息”→“添加”菜单命令,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息被保存在CObArray类对象m_stuObArray中,同时显示在列表视图中,并自动更新左边树视图的节点内容。 (3)单击左边树视图“学生信息”节点,则在
mfcquxianxianshi
- MFC 文档/视图结构 手绘坐标 由右向左动态(逐点)显示随机生成数据 -MFC document/view architecture, hand-painted coordinates randomly generated data is displayed from right to left dynamic (point by point)
HSRManager
- 该代码展示了使用切分窗口功能在视图-文档结构MFC编程中的用法,希望可以为开发人员提供较好的UI框架-this code show how to split window in the view-document style programming