On 12 Aug 2004 01:35:45 -0700,
EMAIL REMOVED (Sandra Setz) wrote:
>Hi,
>
>Is it possible to ***ign the Picture property of a picturebox to the
>Picture property of an image control?
>
>I use an invisble picturebox to make some changes to a picture, but I
>want to show the picture in an imagecontrol, since the image is very
>large and I want to stretch it.
>
>But when I execute the following code:
>
> Image1.Picture = Picture1.Picture
> Image1.Refresh
>
>The image control Image1 stays empty. What am I doing wrong?
1) Autoredraw
2) Set X = Picture1.Image
The Picture of a Picturebox stays the same when you tinker with
Picture1.Image