Welcome![Sign In][Sign Up]
Location:
Search - MDI

Search list

[GUI DevelopDelphi_MDI

Description: 自己编写的一个MDI,开发环境Delphi7.0。供大家使用和交流!-themselves prepared an MDI, Delphi7.0 development environment. We use and for the exchange!
Platform: | Size: 507904 | Author: 任全 | Hits:

[GUI DevelopDockMgr1_2_1

Description: DockManager control is designed to achieve docking capability for MDI forms. It can be used to develop applications with the same look and feel as Visual Studio .Net DockManager control is a 100%-native .Net windows forms control, written in C# -DockManager control is designed to achieve docking capability for MDI forms. It can be used to develop applications with the same look and feel as Visual Studio. Net DockManager control is a 100%- native. Net windows forms control, written in C#
Platform: | Size: 373760 | Author: 王二 | Hits:

[GUI DevelopMDIDemoSource

Description: 一个精典的MDI皮肤例程!程序源码可执行,简单易学... -a classic MDI skin routines! Source executable procedures, easy ...
Platform: | Size: 743424 | Author: 江光德 | Hits:

[GUI DevelopVBsimpleexample3(22-27)

Description: 动态半透明窗体、MDI窗体、背景渐变的窗体、窗体动态形状转换、关闭窗口前提示-dynamic translucent windows, MDI windows, background gradual Form, Form dynamic change shape, before closing the window suggested
Platform: | Size: 12288 | Author: 张国胜 | Hits:

[GUI Develop65735

Description: MDI窗口分割实例,希望对大家有所帮助,相互学习相互促进-MDI window segmentation example, we hope to help and learn from each other to promote mutual
Platform: | Size: 23552 | Author: chenchen | Hits:

[DocumentsMultiDoc

Description: 一个MDI程序里如果有两种以上类型的文档,新建时就会出现一个CNewTypeDlg,非常的难看,本程序给出了一种新颖的方法,类似于protel里面的新建对话框,美观大方-an MDI program, like if two or more types of documents, there will be new when a CNewTypeDlg, very embarrassing. this program is a novel approach, similar to the Protel inside the new dialog box, pleasing to the eye
Platform: | Size: 53248 | Author: 冀朝阳 | Hits:

[Dialog_Windowvb8471274917

Description: 将一个程序的窗口作为你的窗口的MDI子窗口 -procedures will be a window of the window as your son MDI window
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopMyVedio

Description: 一个关于Delphi获取摄像头视频的例子,采用MDI窗体,可以获取多个视频-on Delphi access to a camera video examples, using MDI windows, can access multiple video
Platform: | Size: 1889280 | Author: Skinner | Hits:

[GDI-BitmapRealTimePlotCurve

Description: 本程序是个MDI程序,功能是在视图中实现实时曲线显示,对于开发数据采集方面的应用程序很有价值-this procedure is MDI procedures, functions in view real-time curves, data acquisition for the development of the applications of great value
Platform: | Size: 4623360 | Author: yongxin | Hits:

[GUI DevelopQuietMDI

Description: 1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。 2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。 3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了,其他什么都跟平常一样。非 MDI 子窗口也可以这样继承,不过 Delphi 中万恶的 Application 会在里面捣乱。-1, many friends have asked how to prevent the MDI window son maximize (or minimize) the process of how to avoid flicker, Excel is the same as the son does not have a window animation effects, but have not been very good solution, If you like to use LockWindowUpdate like reading down on the other. 2, the principle is very simple and that is SystemParametersInfo Function set, The system of animation. 3, I call this an MDI window-written by a class, we will take as long as the class (TForm) "TForm" into the "TQuietM DIChildForm "OK, what other told usual. For non- MDI window can also be inherited, But Delphi heinous Application will make trouble inside.
Platform: | Size: 174080 | Author: vvyang | Hits:

[Windows DevelopMDISTUDY

Description: 这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理.-This is a more simple procedure framework document for scholars out is a good example, to help you quickly understand MDI programming principles.
Platform: | Size: 970752 | Author: 施立娟 | Hits:

[Windows DevelopMDISingleton

Description: MDI窗体程序中防止子窗体被多次实例化——Singleton的C#实现-MDI Form procedures to prevent Form son was repeatedly example-- Singleton C#
Platform: | Size: 3072 | Author: | Hits:

[Windows Developfatherwindow

Description: 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC prepared excessive document interface (MDI) Windows procedures, Well know for sure : If the father window entitled "PCaption" Subwindow entitled "CCaption," then maximize the window whenever son was in a state of activation, Subwindow heading generally patriarchal heading into one window, become "PCaption-[CCaption]." This is a MDI default behavior. C# prepared multi-document interface procedures are no exception. Many users do not like this default characteristics are often customized to use the title of the window replaced. The examples demonstrate how C# procedures customization and modification of MDI application's window title.
Platform: | Size: 71680 | Author: | Hits:

[Dialog_WindowMDITab

Description: 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
Platform: | Size: 104448 | Author: wbt | Hits:

[Dialog_WindowDialog_1.0

Description: 用MFC建立多文档(MDI)应用程序。在主窗口中添加选项,使之能够选择文件夹。在子窗口中添加选项,使之能够对选定的文件夹进行操作,如:打开选定的文件夹中的文件、在选定的文件夹中写入指定的文本文件、在选定的文件夹中读出指定的文本文件、打开选定的文件夹中的文件夹。 附带有详尽的文档说明。-with MFC establishment of a multi-document (MDI) applications. In the main window to add options to enable them to choose folder. In the sub-window add options to enable it to the selected folder operate, such as : open the selected folder of documents in the selected documents into the folder specified text files, in the selected folder designated read out the text of the document, open the folder selected in the folder. With a detailed document shows.
Platform: | Size: 103424 | Author: Foxxing | Hits:

[OpenGL programNeuralNetTwo

Description: Creation of Multiple Dynamic Views. How to initilize and use additional different views in your MDI app by using Doc view architecture. Example code of OpenGL window and a Dialog window-Creation of Multiple Dynamic Views. How to initilize and use additional different views i n your MDI app by using Doc view architecture. Ex ample code of OpenGL window and a window Dialog
Platform: | Size: 44032 | Author: xuroc | Hits:

[Otherruler_control_demo

Description: 实现标尺控件, 类似WORD和VISIO中的标尺, 可用于SDI或MDI程序 -achieve gauge control, similar to Word and VISIO the gauge can be used for SDI or MDI procedures
Platform: | Size: 47104 | Author: goober | Hits:

[JSP/JavaJExp_6b4_src[1].tar

Description: JavaExplorer是一个独立于平台的浏览器,支持许多功能:MDI,查看和保存图片 (JPG, GIF, BMP),按文本方式查看许多其它文件,多磁盘/目录选择,复制,删除,搜索,将FTP站点当作为本地磁盘访问... -JavaExplorer is an independent platform for the browser, and supports many functions : MDI. Photo View and preservation (JPG, GIF, BMP), according to the text mode View many other documents, Multi-disk/directory selection, copy, delete, search, when the FTP site as a local disk ...
Platform: | Size: 202752 | Author: liaosp_11 | Hits:

[GUI DevelopMDISplit

Description: 一个使用Splitter对MDI框架窗口进行分割的例程,对学习WTL很有帮助。-a right to use Splitter MDI window framework for the segmentation routines, WTL helpful for the study.
Platform: | Size: 66560 | Author: xinglei | Hits:

[OpenGL programglenabledview_src

Description: CGLEnabledView - An MDI view class supporting OpenGL-CGLEnabledView-An MDI view class support ing OpenGL
Platform: | Size: 15360 | Author: billy | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net