PDA

Click to See Complete Forum and Search --> : Newbie question about pics.


winapi
Mar 13th, 2000, 05:41 AM
Hi, I have a simple question I hope someone can help me with. If I have a jpg at 800X600 is there anyway I can load it into a smaller size picture box and still be able to see the whole thing (like a resize).

seanm
Mar 13th, 2000, 05:44 AM
Use an Image control and switch stretch property to true.

Fox
Mar 16th, 2000, 08:17 PM
...or use StrechBlt from the API ;)