imageView1.image = myImg.Stretch(ImageView1.W, ImageView1.H)
Regards
Gianluigi
2016-07-06 20:37 GMT+02:00 Matti :
> Hi Nigel,
>
> have you tried PictureBox instead of ImageView?
> Without digging deeper, I remember to have used PictureBoxes with no
> problem of zooming.
>
> Matti
>
> Am 06.07.20
Hi Nigel,
have you tried PictureBox instead of ImageView?
Without digging deeper, I remember to have used PictureBoxes with no problem of
zooming.
Matti
Am 06.07.2016 um 20:16 schrieb Nigel Verity:
> Hi
>
> I need to display images on a form with some descriptive text.
>
> The form contains an
Hi
I need to display images on a form with some descriptive text.
The form contains an imageview control sized at 400 x 300 px. The images it
will display will be sized at 1600 x 1200, which is 4x the size of the
imageview.
I am loading the image using the following code:
===
Dim myImg a