I have a picture Box that contains a picture (of course!)
approximatly 600 x 1000 pixels
Everything work fine until I use the PaintPicture to resize the picture. Upto 5 times the size of the original pict, everything is fine, and all of the pictures is shown. When I try to resize it 8 times or more of it's original size, only the right half of the pictures is viewable. (I scroll the picture to see the whole of it).
The other half show nothing (the background color of the picture box is shown) and the pictures is cut in the middle.
In other term you can Imagine something like the picture box size is the size (height and width) of the large picture but the left half of the picture is missing when it should display it!
Other Facts: When I load an Icon (32x32 pixels) and I resize it 10 times, it is show correctly in the picture box.
Is there something about the Maximum width and height of the picture box? (I've tchek these and the values was: x = 10350 twips per 12500 twips).
or Not enough memory?
No error is generate when I call picturebox.paintpicture(...)
So what's the prob?
