hi...
i'm making a picture control in vb.net which has the functionality of stretching the picture.
to stretch, the code i've written is :
Code:
pic1.SizeMode = PictureBoxSizeMode.StretchImage
now when i save this, the original image is saved not the changed one. so how do i save the image that i get after executing the above code.

its urgent so any help wud be appreciated.

thnx