hey does anybody know how to re-size pics (*.jpg) in VB, like throw a Active X or somthing.
cheers
Printable View
hey does anybody know how to re-size pics (*.jpg) in VB, like throw a Active X or somthing.
cheers
Use the PaintPicture method provided by VB, or use teh StretchBlt api call.
and that'll let me re-size?
Yes, load the picture in a PictureBox and then use the PaintPicture method. Or better still, use an image box to display the jpg picture and then set its Stretch property to "True". Now resize teh Image Box. The picture will automatically be adjusted according to the Image box.
can we then save those change images
savepicture function