社区
C#
帖子详情
MDI 问题二MDI Child Form的问题
derek
2003-07-30 10:41:37
如果有一个MDI Child Form 已最大化显示, 此时打开另一个固定size的MDI Child Form, 此MDI Child Form会自动最大化, 如何使此时此MDI Child Form如常显示而不是最大化显示?
...全文
20
3
打赏
收藏
MDI 问题二MDI Child Form的问题
如果有一个MDI Child Form 已最大化显示, 此时打开另一个固定size的MDI Child Form, 此MDI Child Form会自动最大化, 如何使此时此MDI Child Form如常显示而不是最大化显示?
复制链接
扫一扫
分享
举报
写回复
配置赞助广告
3 条
回复
切换为时间正序
当前发帖距今超过3年,不再开放新的回复
发表回复
打赏红包
derek
2003-07-31
打赏
举报
回复
selfup
sky888888
2003-07-30
打赏
举报
回复
UP
derek
2003-07-30
打赏
举报
回复
更主要的是如果復原後顯示的MDI Child From, 會導致先前顯示的MDI Child Form也復原
相关推荐
窗体切换闪烁 Workaround for flicker/flashing when programmatically activating
MDI
child
form
s
Introduction This article show how to activate an
MDI
child
form
maximized, without the fireworks that erupt when you activate an
MDI
child
form
using the Active() or Select() methods of the
child
...
making
mdi
child
form
s MODAL
making
mdi
child
form
s MODAL --------------------------------------------------------------------------------You can not show a
MDI
Child
form
as modal. their
form
Style should be setto fsNormalI have
delphi
MDI
闪烁
问题
闪烁
问题
这样解决: 用Delphi自带的
MDI
模板自动建立一个多文档工程,然后做如下修改,可使屏幕不闪烁 procedure TMain
Form
.Create
MDI
Child
(const Name: string); var
Child
: T
MDI
Child
; begin { create a new
MDI
child
window } Per
form
(WM_SETRE...
Remove
MDI
Child
Title Bar
Remove
MDI
Child
Title BarThe BorderStyle property of a Delphi
form
lets you specify the appearance and behavior of the
form
border. If you need to hide the title bar of a Multiple Document Inter
非主窗体的
MDI
Form
如何创建子窗体
我们知道,在Delphi中,如果一个
MDI
Form
非主窗体的话,我们就不能创建任何
MDI
Child
Form
,实在是遗憾,不过还是可以解决的。 Kingron查看了VCL的源代码,发现在创建窗体的时候,系统会检测Main
Form
是不是nil和Main
Form
.ClientHandle是不是nil,对于Main
Form
就是
MDI
Form
的,因为有ClientHandle,所以没有
问题
,但是对...
发帖
C#
C#
.NET技术 C#
复制链接
扫一扫
10.8w+
社区成员
64.2w+
社区内容
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
帖子事件
创建了帖子
2003-07-30 10:41
社区公告
让您成为最强悍的C#开发者