Audax321
Well-known member
- Joined
- May 4, 2002
- Messages
- 90
Hello,
This question is regarding VB .NET. I have a picture box where an image is set (in the image property) and is stretched when the size of the picture box changes. How can I save the stretched version to the hard drive?? Right now when I use:
it just saves the original unstretched image.
Also, can I set this stretched image directly to the backgroundimage property of a panel without saving it to disk first???
Thanks.
This question is regarding VB .NET. I have a picture box where an image is set (in the image property) and is stretched when the size of the picture box changes. How can I save the stretched version to the hard drive?? Right now when I use:
Code:
picturebox.image.save(filename)
it just saves the original unstretched image.
Also, can I set this stretched image directly to the backgroundimage property of a panel without saving it to disk first???
Thanks.
Last edited by a moderator: