Need help on how to scroll a picture box control (if it can be done) 
Author Message
 Need help on how to scroll a picture box control (if it can be done)

Is it possible to scroll a picture box control?

I would like to place text controls inside of a picture box control, then
resize the picture box control so the height is smaller than where I place
the text controls, so the user needs to scroll the picture box control with
the Vscroll control.

First, can this be done?   If so, How?
--
John Ward

http://www.*-*-*.com/



Tue, 06 Apr 1999 03:00:00 GMT  
 Need help on how to scroll a picture box control (if it can be done)

: I would like to place text controls inside of a picture box control, then
: resize the picture box control so the height is smaller than where I place
: the text controls, so the user needs to scroll the picture box control with
: the Vscroll control.

What you want is called a "viewport".  The "trick" is that you use a picture
box _within_ a picture box.  The inner picture box will have your controls
and will be the box that gets scrolled vertically -- which you do simply by
using a scroll bar to control the "Top" property of your picture box.  (Use
the _Change event procedure of the scroll bar.)  The outer picture box which
"contains" the other picture box serves to provide a stationary "viewport"
into the inner picture box that scrolls.

After somebody explains it, this concept seems so simple that you'll wonder
why you didn't think of it yourself!  That's how I felt, anyway.

If you want more information, there's an article in the VB Knowledge Base.
You should have it if you've got the Pro edition of VB, or you can search
http://www.microsoft.com/kb, using "viewport" as a keyword.



Tue, 06 Apr 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Help Needed : using scroll bar to move an image on a picture box

2. Picture Box (scroll bars needed)

3. Newbie needs help with picture box control

4. Scrolling picture in picture box

5. How to put Scroll Bars in a picture box control

6. What am I doing wrong? -MultiSelect List box

7. HELP... Scrolling bmp in picture box

8. Text box scrolling to also move picture box

9. ADO Data Control - What Am I Doing Wrong?

10. Will somebody tell me what I am doing wrong with this ListView Control

11. Referring to controls - What am I doing wrong???

12. Referring to controls - What am I doing wrong???

 

 
Powered by phpBB® Forum Software