
add scrollbars to picturebox
There are a few options you can try:
HOWTO: Create Scrollable Viewports
Article ID: Q186429
http://www.*-*-*.com/
'----------
At vbaccelerator you can download the Flat ScrollBar controls which is a
scrollable viewport. Or you can download a ScrollBar Class that implements
scrolling capabilities very easily.
Flat ScrollBar Control:
http://www.*-*-*.com/
ScrollBar Class:
http://www.*-*-*.com/
'--------
galen
Quote:
> i have a picture box larger than my form.
> how can i add scroll bars to my form to scroll through the picturebox.
> thanks.