搜索资源列表

  1. vc++单文档多视图例程

    0下载:
  2. vc++单文档多视图例程
  3. 所属分类:Windows编程

    • 发布日期:2011-01-24
    • 文件大小:2017064
    • 提供者:flygenius
  1. 单文档多视图

    0下载:
  2. 这是一个VC的界面分割程序。多个界面View视图可以很方便的进行切换,单个文档可以对应多个视图。-This is a VC interface segmentation procedures. View multiple interfaces can easily view the switch, a single document can be more than counterparts View.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:2325504
    • 提供者:田太徐
  1. MultiView1

    0下载:
  2. 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:65536
    • 提供者:蔡军
  1. 深入了解MFC文档视结构

    0下载:
  2. 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:22528
    • 提供者:王国维
  1. MDIPractice

    0下载:
  2. 多文档中利用多文档建立与多视图的关系。也包含了单文档与多视图的建立方法-more documents and more documents used to establish the relationship between multi-view. Also contains a single document with a view to establish the method
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:1230848
    • 提供者:翔风
  1. mfchittest

    0下载:
  2. opengl在mfc中的单文档多视图显示,适合初学者。可以实现旋转,平移和从不同坐标系观察。-opengl mfc in the multi-view single document, for beginners. Can be achieved as rotation, translation and from different coordinate system observation.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-11
    • 文件大小:2134016
    • 提供者:sunnyjones
  1. split

    0下载:
  2. 一个多视图的文件分割合并程序,这个程序是基于MFC的单文档程序,程序中用了分割视图的技术.-More than one view of the document partition merging process, this procedure is based on the MFC single document procedures, procedures with a view of the technology division
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:129024
    • 提供者:庄亦达
  1. SPDemo

    0下载:
  2. 一个单文档的分隔视实现,左边为树视图,右边分别为报表视图和编辑视图-Separated by a single document, as the realization of the left for the tree view, right view, respectively, for the statements and Edit View
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:1969152
    • 提供者:yuzhiyan
  1. LanUsbT1_0918

    0下载:
  2. 一个单文档多视图的MFC程序;把整个窗口拆分为左右对称的6个视图,视图类型包括CListview,CTreeView,CView。这是学习拆分窗口的好例子。并且使用了CListView的virtual模式,可以极大的提高大量数据在列表中的显示速度。-A single multi-view of the MFC documentation procedures the entire window for symmetrical spli
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-11
    • 文件大小:106496
    • 提供者:人民币
  1. MultiView

    0下载:
  2. 一个简单的单文档多视图实例源码,可以直接运行,对于初学者应该有点帮助-A simple example of multi-view single document source, you can directly run a little help for beginners should be
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:31744
    • 提供者:程井
  1. oneDocmanyView

    0下载:
  2. MFC下创建单文档多视图的例子,实现一个Doc多View-MFC to create a single document multi-view example of the realization of a Doc more View
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:47104
    • 提供者:liu
  1. MFVT1_18

    2下载:
  2. 模拟诺顿杀毒软件界面的程序;实现了单文档动态多视图的主界面,精美按钮,可以用按钮控制显示特定View中的内容,在视图之间传递消息,改变拆分条的宽度和颜色,隐藏菜单条,用GDI+实现ListCtrl的渐变位图标题,在单文档多视图的FormView上显示BMP位图文件,固定了拆分条位置和窗口大小,漂亮的鼠标敏感渐变字体变色按钮;2009年的春节假日期间用VS2005辛苦完成。-Simulation of Norton antivirus s
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:4029440
    • 提供者:人民币
  1. SDI_Mulit-View

    0下载:
  2. MFC的单文档多视图切换的关键代码。 程序结构比较简单,便于初学者学习。-MFC single document multi-view the key code switch. The procedure is relatively simple structure, easy for beginners to learn.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:64512
    • 提供者:JaBin
  1. VcMultiView

    0下载:
  2. VC项目开发之单文档多视图程序实现,有PDF文档。-VC project development of the single-document multi-view program implementation, there are PDF documents.
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:108544
    • 提供者:pot
  1. ViewSplitterandMultiView

    0下载:
  2. 视图切分与单文档多视图,实现对视图的切分,同时实现单文档多视图的功能-ViewSplitter and MultiView
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:63488
    • 提供者:sskaje
  1. Models

    0下载:
  2. opengl 三维建模 MFC单文档多视图的框架开发 可以对其进行扩展-MFC Single Document opengl three-dimensional modeling fr a mework for multi-view of its development can be extended
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-11
    • 文件大小:4698112
    • 提供者:jack
  1. OneToTwoV

    0下载:
  2. 本人经过自己琢磨,编写出该程序实现单文档多视图,仅供参考-I have been on her own, write out the procedure for single document multi-view, for reference only
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:1941504
    • 提供者:wangchangsong
  1. Views

    0下载:
  2. 单文档程序的多视图切换,所有可切换的视图都有共同的父窗口,是一个单文档多视图的示例程序-Multiple view single document program switch, all switches have a common view of the parent window is a single document with multiple views of the sample program
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:198656
    • 提供者:lb
  1. LotvChange

    0下载:
  2. vc++单文档多视图例程,包括树视的使用-vc++ multiple view single document instance, including the use of trees as
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:2017280
    • 提供者:余敏
  1. 单文档一档多视

    0下载:
  2. 单文档实现一档多视,非常巧妙的方式来实现。对于界面开发者很有帮助。(A single document is realized in a very clever way. It's very helpful for the interface developers.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:48128
    • 提供者:mindport
« 12 »

源码中国 www.ymcn.org