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

Search list

[Windows Developdllchildwnd

Description: MDI动态连接库-MDI Dynamic Link Library
Platform: | Size: 313344 | Author: 张易图 | Hits:

[Windows Developc_mdi

Description: 多文档界面 MDI 的例子-MDI example
Platform: | Size: 16384 | Author: | Hits:

[Othertabmdidemo

Description: 在MDI程序中实现类似WPS2000的文件切换标签-MDI procedures in achieving similar WPS2000 the paper label switching
Platform: | Size: 54272 | Author: 周中圣 | Hits:

[Windows Developnosizewindow

Description: 创建一个不能调整大小的MDI窗口-create a unresizable mdi window
Platform: | Size: 1024 | Author: 寒雪 | Hits:

[Windows DevelopMDIDemo

Description: windows下的MDI的基本实现-MDI windows of the basic realization
Platform: | Size: 1479680 | Author: 李震洲 | Hits:

[Windows DevelopSdiMulti_demo

Description: SDI实现MDI的功能-SDI to achieve the function of MDI
Platform: | Size: 229376 | Author: | Hits:

[OpenGL programoglwrapperclass_src

Description: 在MDI环境中使用图形库-environment in MDI use graphics library
Platform: | Size: 12288 | Author: 张昭华 | Hits:

[Windows Developmdisdi

Description: 在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。-in many management information system forms have some things in common : We can open the menu framework through various types of View window, which is MDI window View some of the features, in the framework of the smallest Window maximize reduction, and click on the menu only have a window (like SDI ). This form of window design gives people with a coherent sense. I have spent VC6.0 attempt to create such a window, now the entire process for you to write down here should contain some insider MFC technology.
Platform: | Size: 27648 | Author: 那时花开 | Hits:

[GUI DevelopMultiView1

Description: 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View handoff small procedures, in some cases, there are many applications of information to show that, when a window display at the least, the VC MDI applications can solve this problem, but if the application procedure is a pair of individual files, use various methods to show , using SDI more appropriate. How, then, in single file applications to achieve multi-view? By default, derived class constructor is pretected type, it must be changed to public type, because we will be dynamically generated and derived View Class View switching activities. One can also generate all views, but this system caused a tremendous waste of resources.
Platform: | Size: 65536 | Author: 蔡军 | Hits:

[Dialog_WindowPb之MDI3in1

Description: PB之MDI 3in 1-PB Zhi MDI an inch
Platform: | Size: 111616 | Author: 杨超 | Hits:

[Windows Develop在EVC3.0中创建MDI程序

Description: 在EVC3.0中创建MDI程序-EVC3.0 create the MDI procedures
Platform: | Size: 62464 | Author: 何承伟 | Hits:

[GDI-Bitmap动画控件和MDI

Description: C++Builder编写的动画控件和MDI-C Builder animation controls and MDI
Platform: | Size: 28672 | Author: 邢易 | Hits:

[Dialog_WindowDialogBar调用切分窗口

Description: MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC generation MDI procedural framework, and allow segmentation window. static generated about two split window, with the category CLeftView View, CRightView establish linkages. DialogBar generation, in addition DialogBar Copy button and the Clear button. cut in the left-hand window can be animated line. Click on the Copy button to draw the line has been copied to the right segmentation window, click on the Clear button to clear the window around.
Platform: | Size: 57344 | Author: 马克 | Hits:

[Dialog_Window为窗口添加背景图src

Description: 为MDI结构程序添加背景图片-MDI structure procedures for adding background images
Platform: | Size: 12288 | Author: 陈青 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[Otheruo_picture_mdi

Description: pb提供了可在MDI窗口中显示图片及各种内容的一种方法,它既不需要API调用也不需要定制MDI窗口,它仅仅使用PB的一般编程技巧,你很容易就会弄明白它的原理:它不过是一个比较特殊的Sheet而已!它特殊在什么地方呢,还是你自己去看吧!-pb in the MDI window display pictures and the contents of a method, it does not need an API call does not need to customize MDI windows, it is only the general use of PB programming skills, you can easily find out the principle : it is a rather exceptional Sheet! Its special in any place, or look at your own!
Platform: | Size: 23552 | Author: 秦永久 | Hits:

[2D Graphicmdi灰度直方图

Description: 打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
Platform: | Size: 28672 | Author: naoko | Hits:

[GUI DevelopCSplitterWnd Extension that Allows Switching Views

Description: 奉献一组WINDOWS界面编程的SPLITTER VIEW操作SDI和MDI源码,有焦点窗口高亮显示,VIEW的DRAG和DROP,VIEW的SWITCH操作等-a dedicated group of the Windows programming interface SPLITTER VIEW operation MDI and SDI source, the focus window highlighted, and the phenomenon and VIEW DROP, VIEW operation of the SWITCH
Platform: | Size: 28672 | Author: babysun | Hits:

[RichEditRichEditUse

Description: 在建立SDI或MDI程序时,如果选择了RichEditView,就可以利用RichEdit提供的丰富的格式,但是如何通过程序在RichEditView中写入文本却是一个问题,本程序就介绍了如何实现用程序在RichEditView中写文本-the establishment of MDI, SDI or procedures, if chosen RichEditView, they can use the RichEdit of the rich format, but through procedures in RichEditView writes the text is a problem, the procedure of how to achieve the procedures in the text written RichEditView
Platform: | Size: 20480 | Author: 吴军 | Hits:

[Other Databases不错的人事管理系统

Description: 很不错的人事管理系统,采用MDI,能进行窗口之间的排列。-very good personnel management system that uses MDI, the window can be arranged between.
Platform: | Size: 76800 | Author: 朱朱朱 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net