VB6问题 [英] VB6 Question

查看:89
本文介绍了VB6问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在VB6中制作一个管理软件程序,并想知道是否有一种方法可以显示(无边框)在另一个

表格的框架内形成,或者将框架的内容加载到另一个框架中。我不想

使用MDI。我之所以这样做的原因是因为我有1个主菜单带菜单

和所有想要显示多个不同的控件但不是全部在

一次,我想要用控件在某处创建那些框架。我想到

使用主窗体上的一些框架并使它们可见或不可见

转,但我真的不喜欢这种方式。


Thnx提前!


凯文

解决方案



"凯文" < k。****** @ gmail.comskrev i meddelandet

news:44 *********************** @ news.wanadoo.nl ...





我正在用VB6制作管理软件程序并且想知道



如果


有一种方法可以在框架内显示(无边框)表格另一个

表格,或者将一个帧的内容加载到另一个帧中。我不想要





使用MDI。我之所以这样做的原因是因为我有1个主菜单带菜单

和所有想要显示多个不同的控件但不是全部在

一次,我想要用控件在某处创建那些框架。我认为





使用主窗体上的一些框架并使它们在<\\ n上可见或不可见

转,但我真的不喜欢这种方式。


Thnx提前!


Kevin



嗯,我喜欢它。使框架相同zize并在彼此之上。然后

只是ThisFrame.Zorder并且它位于顶部。


/ Henning


是的,但是在设计框架时它并不是非常好用和简单,我会

必须继续移动它们等等。我只是想知道是否有更好的方式。我也尝试了一些多页控件,但是

也没有用,所以现在我要么去那些堆叠的帧,要么是

用于选项卡式对话框控件和隐藏标签,但也似乎是这样一个丑陋的解决方案:)


" Henning" < co *********** @ coldmail.comwrote in message

news:44 ******************* **** @ news3.bahnhof.se ...


>

" Kevin" < k。****** @ gmail.comskrev i meddelandet

news:44 *********************** @ news.wanadoo.nl ...


>

我正在用VB6制作一个管理软件程序,想知道



如果


>有一种在框架内显示(无边框)形式的方法在另一个
表单上,或将帧的内容加载到另一个框架中。我不想要





>使用MDI。我想要这样做的原因是因为我有一个主要的表单和
菜单
所有并且想要显示一些不同的控件但不是全部在
一次,我想创建那些'在某处控制'帧''。我认为





>使用主窗体上的一些框架并使它们可见或不可见
转过来但我真的不喜欢这样。

Thnx提前!

Kevin



嗯,我喜欢它。使框架相同zize并且彼此叠加。

然后

只是ThisFrame.Zorder并且它位于顶部。


/ Henning



我很快就会因为热门帖子而被削减,但......;)


您不必移动它们,只需右键单击框架Send to Back

,直到要处理的框架位于顶部。 />

/ Henning


" Kevin" < k。****** @ gmail.comskrev i meddelandet

news:44 *********************** @ news.wanadoo.nl ...


是的,但在设计框架时它并不是非常好用和简单,我会

有继续移动它们等等。我只是想知道是否有



a


更好的方式。我也尝试了一些多页控件,但是

也没有用,所以现在我要么去那些堆叠的帧,要么是

用于选项卡式对话框控件和隐藏标签,但似乎也是这样的





丑陋的解决方法:)


" Henning" < co *********** @ coldmail.comwrote in message

news:44 ******************* **** @ news3.bahnhof.se ...



" Kevin" < k。****** @ gmail.comskrev i meddelandet

news:44 *********************** @ news.wanadoo.nl ...





我正在用VB6制作管理软件程序并且是



想知道


如果


有一种方法可以在另一个

表格的框架内显示(无边框)表格,或者加载内容一帧进入另一帧。我不要



想要




使用MDI。我想要这样做的原因是因为我有一个主要形式与

菜单

和所有并且想要显示许多不同的控件但不是全部



at


一次,我想用控件创建那些框架。我



以为




使用主窗体上的一些帧并使它们可见或不可见

on

转,但是我不喜欢这样。


Thnx提前!


Kevin



嗯,我喜欢它。使框架相同zize并且彼此叠加。

然后

只是ThisFrame.Zorder并且它位于顶部。


/ Henning




Hi,

I''m making an administrational software program in VB6 and was wondering if
there is a way to display a (borderless) form inside a frame on another
form, or to load the contents of a frame into another frame. I dont want to
use MDI. The reason i want do this is because i have 1 main form with menu
and all and want to display a number of different controls but not all at
once, i want to create those ''frames'' with controls somewhere. I thought of
using some frames on the main form and making them visible or invisible on
turns but i dont really like this way.

Thnx in advance!

Kevin

解决方案


"Kevin" <k.******@gmail.comskrev i meddelandet
news:44***********************@news.wanadoo.nl...

Hi,

I''m making an administrational software program in VB6 and was wondering

if

there is a way to display a (borderless) form inside a frame on another
form, or to load the contents of a frame into another frame. I dont want

to

use MDI. The reason i want do this is because i have 1 main form with menu
and all and want to display a number of different controls but not all at
once, i want to create those ''frames'' with controls somewhere. I thought

of

using some frames on the main form and making them visible or invisible on
turns but i dont really like this way.

Thnx in advance!

Kevin

Hmmm, I like it. Making the frames same zize and on top of each other. Then
just ThisFrame.Zorder and voila it''s on top.

/Henning


Yeah, but its not really nice and easy when designing the frames, i will
have to keep moving them around and so. i was just wondering if there was a
better way. I also experimented some with the multipage control but that
didnt work out either, so now i''m either going for those stacked frames or
for a tabbed dialog control and hiding the tabs but that also seems such an
ugly workaround :)

"Henning" <co***********@coldmail.comwrote in message
news:44***********************@news3.bahnhof.se...

>
"Kevin" <k.******@gmail.comskrev i meddelandet
news:44***********************@news.wanadoo.nl...

>Hi,

I''m making an administrational software program in VB6 and was wondering

if

>there is a way to display a (borderless) form inside a frame on another
form, or to load the contents of a frame into another frame. I dont want

to

>use MDI. The reason i want do this is because i have 1 main form with
menu
and all and want to display a number of different controls but not all at
once, i want to create those ''frames'' with controls somewhere. I thought

of

>using some frames on the main form and making them visible or invisible
on
turns but i dont really like this way.

Thnx in advance!

Kevin

Hmmm, I like it. Making the frames same zize and on top of each other.
Then
just ThisFrame.Zorder and voila it''s on top.

/Henning



I will soon be slashed for top-posting, but.... ;)

You do not have to move them around, just right-click the frame Send to Back
till the one to work on is on top.

/Henning

"Kevin" <k.******@gmail.comskrev i meddelandet
news:44***********************@news.wanadoo.nl...

Yeah, but its not really nice and easy when designing the frames, i will
have to keep moving them around and so. i was just wondering if there was

a

better way. I also experimented some with the multipage control but that
didnt work out either, so now i''m either going for those stacked frames or
for a tabbed dialog control and hiding the tabs but that also seems such

an

ugly workaround :)

"Henning" <co***********@coldmail.comwrote in message
news:44***********************@news3.bahnhof.se...


"Kevin" <k.******@gmail.comskrev i meddelandet
news:44***********************@news.wanadoo.nl...

Hi,

I''m making an administrational software program in VB6 and was

wondering

if

there is a way to display a (borderless) form inside a frame on another
form, or to load the contents of a frame into another frame. I dont

want

to

use MDI. The reason i want do this is because i have 1 main form with
menu
and all and want to display a number of different controls but not all

at

once, i want to create those ''frames'' with controls somewhere. I

thought

of

using some frames on the main form and making them visible or invisible
on
turns but i dont really like this way.

Thnx in advance!

Kevin

Hmmm, I like it. Making the frames same zize and on top of each other.
Then
just ThisFrame.Zorder and voila it''s on top.

/Henning




这篇关于VB6问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆