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).
Printable View
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).
Use an Image control and switch stretch property to true.
...or use StrechBlt from the API ;)