Ok I can LOAD a picture into memory, and i can even stretchblt or bitblt to a picturebox. However, I can't figure out how to make a seperate stdpicture2 accept the result of the resized stdpicture1. I know it has to do with setting up stdpicture2 right to accept it somehow. Basicly my design is this:

1 picture to load the picture file.
1 picture to hold the result of Stretchblt of the first picture
Save picture #2 to a file.