搜索资源列表
MDIDemoSource
- 一个精典的MDI皮肤例程!程序源码可执行,简单易学... -a classic MDI skin routines! Source executable procedures, easy ...
vc_playtools
- VC6.0可谓是微软的王牌产品,它以强大的功能而赢得了广大程序员的爱好。而用VC的AppWizard、ClassWizard和其中的各种控件可以方便地建立应用程序。 本文就介绍用VC6.0自带的一个ActiveX控件----ActiveMovieControl Object,来建立自己的多媒体播放器。此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能-VC6.0 is Microsoft's flagshi
nthouse
- 文件名称:一个房屋中介管理系统 这是我去年下半年闲得没事写的一个中介管理系统,支持多用户有不同的权限 采用MDI界面 由于没有打包,所以要配置ODBC 别名:nthouse 初始化密码均为空-file names : a housing management system intermediary This is the second half of last year, I got nothing to write an intermediary management sy
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
20021222201946_Ruler_demo
- 这个程序基于Stefan Ungureanu,实现了在SDI和MDI中的标尺。我改变了创建标尺的方法,加入了隐藏/显示标尺的功能。 -Stefan Ungureanu. Implementation of the SDI and the standard MDI. I changed the method of creating standard, joined the hide / show bar function.
VBsimpleexample3(22-27)
- 动态半透明窗体、MDI窗体、背景渐变的窗体、窗体动态形状转换、关闭窗口前提示-dynamic translucent windows, MDI windows, background gradual Form, Form dynamic change shape, before closing the window suggested
Leon_5_3_2(GDI+)
- 自做的MDI,可打开BMP文件并作相应处理,包含很全面的位图操作函数并封闭了一个CDib类。-done since the MDI may open the BMP file and dealt with accordingly. includes comprehensive bitmap manipulation functions and the closure of a CDib category.
65735
- MDI窗口分割实例,希望对大家有所帮助,相互学习相互促进-MDI window segmentation example, we hope to help and learn from each other to promote mutual
MultiDoc
- 一个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 Pro
vb8471274917
- 将一个程序的窗口作为你的窗口的MDI子窗口 -procedures will be a window of the window as your son MDI window
delphiSuanFa
- 算法设计与分析 采用MDI窗体,左侧为 导航区;子窗口用于输入数据和现实运算结果。 导航区使用了第三方控件 \"1stClass\",主要用于界面的布局设计。-algorithm design and analysis using MDI windows, left for navigation; son window for the input data and results of operations reality. Navigation District controls
MyVedio
- 一个关于Delphi获取摄像头视频的例子,采用MDI窗体,可以获取多个视频-on Delphi access to a camera video examples, using MDI windows, can access multiple video
RealTimePlotCurve
- 本程序是个MDI程序,功能是在视图中实现实时曲线显示,对于开发数据采集方面的应用程序很有价值-this procedure is MDI procedures, functions in view real-time curves, data acquisition for the development of the applications of great value
QuietMDI
- 1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。 2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。 3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了
c_mdi
- 多文档界面 MDI 的例子-MDI example
tabmdidemo
- 在MDI程序中实现类似WPS2000的文件切换标签-MDI procedures in achieving similar WPS2000 the paper label switching
nosizewindow
- 创建一个不能调整大小的MDI窗口-create a unresizable mdi window
MDISTUDY
- 这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理.-This is a more simple procedure framework document for scholars out is a good example, to help you quickly understand MDI programming principles.
MDISingleton
- MDI窗体程序中防止子窗体被多次实例化——Singleton的C#实现-MDI Form procedures to prevent Form son was repeatedly example -- Singleton C#
fatherwindow
- 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC