搜索资源列表
sdi
- 这个可视化的框架类支持具有不同组合的CView视图类、CSplitterWnd和CTabWnd类派生的SDI程序,本程序支持的特性包括: 支持单文档和多文档程序 任何视图、多分隔条和标鉴窗口的组合 支持嵌套的分隔条 支持简单的基于CView的程序 支持热键选择活动窗格 支持Ctrl+Tab来进行标签切换 支持列举窗口 标签可以在客户窗口的顶部或底部-visualization of the framework to support different types of combinations
BiSplitterProperties
- 这个程序为大家演示了SDI应用中非常常见的多视图划分的一种解决方案,相信喜欢丰富界面的朋友们会喜欢它-this procedure for all demonstrated the SDI applications very common multi-view division of a solution, I believe like rich interface friends will like it
MultiView1
- 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View hand
MultiView.zip
- 本程序演示如何创建单文档多视图,为SDI结构,但每创建一个文档可以对应多个视图。,This procedure demonstrates how to create single-document multi-view, for SDI structures, but each can create a document corresponds to multiple views.
SDI(multiview)
- VC++6.0 单文档多视图 源代码 非常的简单实用 可以用作学习参考-VC++6.0 multiple view single document source code
BSpline
- 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view r
SDIMultiView_demo
- SDI MULTI VIEW -SDI MULTI VIEW !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
bmsdi
- 在单文档程序sdi内动态创建多视图view-Sdi program in a single document to dynamically create multi-view view
myDocV
- 一个VC中学习界面与文档分离的多视图的SDI示例。是vc6工程。-VC in a separate document to learn interface and multi-view examples of SDI. Yes vc6 project.
LED_Prj
- 图像像素提取并压缩发送给下位机LED,SDI多view实现机制-Pixels are extracted and sent to the lower compression machine LED, SDI multi-view implementation mechanism
ViewModeSDI
- 多模式VC++窗体的实现源代码,这里的多模式是指窗体在正常显示的时候,由用户可以选择是否精简显示,也就是隐藏菜单栏、隐藏主窗体,隐藏窗体状态栏等,能把窗体隐藏成一个工具条一样。目前,这种效果多应用于一些娱乐软件中,比如影音播放器之类的。 本程序界面是由SDI的MFC文档视图结构实现,但是代码在MDI的多文档/视图中并不能很好的实现,近些日找到一些实现 MDI 的多模式实现方法,具体请看代码。 -Multi-mode implementation of VC++ source cod
gzzd
- SDI编程,单文档实现多Formview视图切换,VC++6.0 MFC编程实现-SDI program, a single document multi Formview view switching, VC 6.0 MFC Programming
splitter_2
- MFC SDI 分割视图中完美实现多视图切换-DI split view in the perfect realization of the multi-view switching
Demo
- 如何在SDI中切换多视图,创建多个视图,并可以进行自由切换。-How to switch between multi-view in the SDI
sdimuti-view
- SDI 多视图,经过测试非常不错,希望大家能测试后正确评分-SDI multi-view, tested very good, I hope that we can test properly rated
test1
- 实现了vs2010下窗口拆分和多页面视图,并包含树形文件列表,以及属性等相关页面,是学习SDI,mdi程序设计的好例子-Vs2010 under the window split and multi-page view, and contains the tree list of files, as well as the attributes page, learn SDI mdi program a good example of design
SDI_CFormView
- 基于SDI和CFormView框架的多视图开发实例-CFormView based SDI and multi-view examples of the development framework
87965
- 在SDI中切换多视图,VC++精选编程学习源码,很好的参考资料。-Multi view switching in SDI, VC++ select learning programming source code, a good reference.
97843
- 在SDI中动态切分窗口,VC++精选编程学习源码,很好的参考资料。-Multi view switching in SDI, VC++ select learning programming source code, a good reference.
MultiViewSwitch
- mfc单文档程序中,多视图切换的实现。非常简洁的代码。希望能帮助到你。(Implementation of multi view switching in MFC single document program.)