搜索资源列表
QuietMDI
- 1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。 2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。 3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了
testfreepool
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. The code is focused on the use o
MDIyingyong
- C# MDI界面应用-C# MDI Application Interface
MultiView1
- 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View hand
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
RibbonMDI.rar
- OFFice2007风格界面,多文档程序(VS2008环境),MDI with Ribbon Control Demonstration Application
MDI
- Uskin做的一个多文档应用程序,可实现完美换肤,有十几种皮肤,供君选择-Uskin do a multi-document application, can achieve the perfect skin, a dozen skin, for the king choose ~ ~
Flexible-Application-(WPF)
- wpf模拟MDI窗口源码 wpf中无MDI模式,通过此模版可创建类似WIN32的MDI模式-source analog MDI windows wpf
MainFrmMDI
- MFC应用程序:MDI程序多个文档模板。生成一个多文档应用程序,实现MDI程序-MFC Application: MDI process multiple document templates. Generate a multi-document application, MDI program to achieve
WTLMDIChildMax
- When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7.0), you might have noticed that when you maximize an MDI child, then create a new MDI child, the children all go back to their "restored" state. What you d typically exp
mdi
- MDI应用程序操作方法如下: 1.编译程序。 2.打开2.2_MDIdebugMysdi.exe程序。 3.进入应用程序主体,单击新建按钮,观察结果,可见新建后出现多个文档。-MDI application methods of operation as follows: 1. Compiler. 2. 2.2_MDIdebugMysdi.exe open procedures. 3. To enter the main applications, click the New but
MultiFramedemo
- 一个应用程序同时需要两个CFrameWnd,有相应的文档和视图(不是MDI,更像SDI * 2]。-An application needs to work with two CFrameWnd with corresponding documents and views [not MDI, more like SDI* 2].
HTML_Builder_Source
- This the source code for the HTML Builder available for download on the home page. This a simple HTML editor that opens a web brower and updates it as you write your HTML code. It can be set up update every couple of seconds, or just when you click t
Draw
- MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 -MDI applicati
WinMenu_demo
- back ground of the MDI application
mainframe
- 多文档MDI应用程序例子,其中有menu事件处理和toolbar例子-a sample of MDI application which includes the delegating of menu events and a sample of using toolbar
neomemMIS
- VC做的一个基于MDI窗口的财务管理系统源码;在每个窗口中又实现了多栏分割,自动调整大小-A financial application based on mdi GUI.
MDI-pro
- Visual Basic Application Example for using MDI Forms
Sy7
- 编程实现一个静态切分为左右两个窗口的 MDI 应用程序,并在左视图中统计右视图中 绘制圆的个数,实现文件的保存和读取;左右视图属于不同的视图类-Programming a static cut into about two MDI application window and draw a circle in the right view statistics of the number in the left view, save and read files to achieve vi
Multiple-views
- Visual C++中多个视图类MDI应用程序(MFC)-Visual C++ multiple view classes MDI application (MFC)
