VB6.0:如何使表单可以通过VScrollBar滚动 [英] VB6.0 : How to make the form can be scroll by VScrollBar

查看:351
本文介绍了VB6.0:如何使表单可以通过VScrollBar滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有问题,我希望我的表单超过限制,可以使用VScrollBar滚动。我应该怎么做?这是使用源代码还是仅添加VScrollBar?

感谢您的帮助。

Hi,
I have a problem on I want my form over Height exceed limit and can be scroll by using VScrollBar. How should I do? Is that using source code or just add in VScrollBar?
Thanks for the help.

推荐答案




我有一个问题,我希望我的表单超过高度超出限制,可以使用VScrollBar滚动。我应该怎么做?是使用源代码还是仅添加VScrollBar?

感谢您的帮助。
Hi,
I have a problem on I want my form over Height exceed limit and can be scroll by using VScrollBar. How should I do? Is that using source code or just add in VScrollBar?
Thanks for the help.



您好!


如果您的表格比您在Windows上的屏幕大,则会自动添加滚动条。你能告诉我们你希望实现的目标吗?

Hello!

If your form is bigger than the screen you''re on Windows automatically adds in scroll bars. Can you tell us a little more as to what exactly you hope to achieve?





我有问题我希望我的表单超过高度超过限制,可以使用VScrollBar滚动。我应该怎么做?这是使用源代码还是仅添加VScrollBar?
Hi,
I have a problem on I want my form over Height exceed limit and can be scroll by using VScrollBar. How should I do? Is that using source code or just add in VScrollBar?



根据我的经验,你不能让VB窗口大于屏幕。但你可以做的是将所有控件放在一个图片框中,使其大于窗口,并在表单中滚动它。


当然,它可能会使开发工作困难。也许您应该研究一种替代方案,例如选项卡式界面。或者在开发过程中将控件放在一个更易于访问的位置,并让代码在运行时将它们移动到位。

In my experience, you can''t make a VB window larger than the screen. But what you could do is place all of your controls in a picture box, make that larger than the window, and scroll it around within the form.

Of course, it might make development work difficult. Perhaps you should look into an alternative such as a tabbed interface. Or place the controls in a more accessible location during development, and have your code move them into position at runtime.


实际上就是这样,我有一个表单,我想将它分开到2通过使用Frame部分,所以当我完成将所有文本框,复选框,按钮等放在Frame1中并且它已经充满了寡妇大小的形式。我的想法是想在表单旁边添加VScrollBar,我可以向下滚动并将其他部分添加到Frame2中,那么是否可以在不使用PictureBox的情况下使用它?

谢谢。
Actually is like that, I have a form and I want separate it to 2 section by using Frame, so when I complete putting all the textbox, checkbox, button and so on in the Frame1 and its already full of the widows size form. My idea is want to add the VScrollBar beside the form and I can scroll down and add in the other section into the Frame2, so is that can make it without using PictureBox?
Thanks.


这篇关于VB6.0:如何使表单可以通过VScrollBar滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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