Picturebox - scrollbars 
Author Message
 Picturebox - scrollbars

I am using a picturebox on a form to display text. Is there a way to allow and
display more text than will fit in the picturebox?
(I am using a picturebox because I want the currentx,currenty properties. I
wrote a nice class for printing and it will work with a picturebox (as a sort of
print preview) as well.)

[VB5]
Robb
Remove autospam deterent from address before emailing



Fri, 09 Mar 2001 03:00:00 GMT  
 Picturebox - scrollbars
Create a picture box - this will be your viewport and will be a container
for your current (output) picbox.  Give it the same background color as your
output picbox.  Change the BorderStyle of your output picbox to 'none' and
place it in the viewport picbox.  Place your scrollbars on the form.  In the
Scrollbar Change event, modify the Top and Left properties of the output
picbox, in effect 'scrolling' it around inside the viewport.

Note that the output picbox must be wide/tall enough to handle all the
output.  Only the visible area will change.



Fri, 09 Mar 2001 03:00:00 GMT  
 Picturebox - scrollbars
Thanks Paul! Works great.

[VB5]
Robb
Remove autospam deterent from address before emailing



Quote:
>Create a picture box - this will be your viewport and will be a container
>for your current (output) picbox.  Give it the same background color as your
>output picbox.  Change the BorderStyle of your output picbox to 'none' and
>place it in the viewport picbox.  Place your scrollbars on the form.  In the
>Scrollbar Change event, modify the Top and Left properties of the output
>picbox, in effect 'scrolling' it around inside the viewport.

>Note that the output picbox must be wide/tall enough to handle all the
>output.  Only the visible area will change.



Fri, 09 Mar 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. help: picturebox with scrollbars???

2. Add ScrollBars to a PictureBox

3. How can I associate scrollbars to a picturebox

4. Help Needed for Picturebox and Scrollbars

5. Want Scrollbars for your PictureBoxes?

6. Want Scrollbars for your PictureBoxes?

7. add scrollbars to picturebox

8. PictureBox with scrollbars

9. picturebox and scrollbars ?

10. PictureBox with ScrollBars?

11. picturebox and scrollbars

12. Printing ALL content in large PictureBox which has scrollbars

 

 
Powered by phpBB® Forum Software