
Beginner: How do you resize pics?
Setting the autoresize will resize the box, if you want to make the picture
fit the box not the box fit the picture use the image control instead. With
the Image control you can set the stretch property to true and it will
stretch the whole picture to fit into the image control regardless of the
size of the image control.
Hope this helps!
Jeff Brown
Quote:
>Use the PictureBox AutoSize property:
>PictureBox1.AutoSize = True
>>I;m brand new to VB and I was wondering what property you use to make a
>>picture autmatically fit (so you can see all of it) into a picture box?