473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Adding scroll bars to a form

vdraceil
236 100+
Is it possible in vb6.0 to add scroll bars to a form,so that its length and width are increased?
Oct 17 '07 #1
5 2117
debasisdas
8,127 Expert 4TB
VB does not support that .
Oct 17 '07 #2
Ali Rizwan
925 512MB
Is it possible in vb6.0 to add scroll bars to a form,so that its length and width are increased?
Hello,
It can be done here is a demonstration try this.

Sorry
I have lost it anyway anytime i ll find i ll sen dyou.
Oct 17 '07 #3
Killer42
8,435 Expert 8TB
I don't believe you can exactly do it, but you could simulate it. There certainly are horizontal and vertical scrollbar controls you can place on the form, and when they are changed by the user you could shift things around so that it looks as though the form is scrolling.

One very simple technique would be to place all of the controls in a large picturebox, and move that when the scrollbars are used.
Oct 17 '07 #4
Ali Rizwan
925 512MB
Is it possible in vb6.0 to add scroll bars to a form,so that its length and width are increased?
Killers idea i snot bad try to do it.
Place a picture box in form.
Now create some controls in picture box
Place a scrollbar Horizental
Set scrollbar max=1000
And write this code

Expand|Select|Wrap|Line Numbers
  1. Picture1.left=HScroll1.Value
You will see that the controls are moving

GOODLUCK
ALI
Oct 18 '07 #5
Killer42
8,435 Expert 8TB
Here's a tip, though. Don't put the scroll bar inside the picturebox. :)

I tried it. The results are amusing, but not very useful.
Oct 18 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Arlie Rahn | last post by:
I would like to ad a custom scroll bar control to my app that has a customizable and "flat" look to it (not the normal VB look). Does anyone have any ideas on where to find a good one?
2
by: Vexander | last post by:
I have a form that display the pictures in a given directory. This form opens maximised inside an MDI parent, but it open with out scroll bars. How do I get scroll bars on the for so that the...
2
by: Stephen Costanzo | last post by:
I have noticed that if I have a data grid with scrollbars and scroll it off screen and back again that the scroll bars are missing. Thinking that this was just a repaint issue, I attempted to...
0
by: Eric | last post by:
I have a TableLayout that I'm having problems with. I am placing controls in it that have scroll bars. When I put enough of them on the control to make the TableLayout's scroll bars appear the...
1
by: Karen Hill | last post by:
Hello Access Gurus, I have Access 2000. I created a Form with a Sub-report and that Subreport has a Sub-form. When I expand the Sub-report to show the Sub-form scroll bars appear on the...
2
by: usenet | last post by:
When I open a form design window in Access 2003 it *always* has scroll bars, this is even when the form itself is tiny. It's as if the 'page' on which the form is being designed is very large. ...
0
by: nevada17 | last post by:
My goal is to find a way to apply scroll bars across the y axis of about 25 check buttons so that my interface isn't too large. I've read about scroll bars and I realize that's its not possible to...
1
by: David_from_Chicago | last post by:
I am developing an application in Access 2000 (A2K) which has multiple forms and subforms. Until now, all subforms displayed scroll bars properly (according to the subform's property setting). ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.