Sorry I didn't make myself clear. What I want is to resize a bitmap and then save the new size in VB. I understand the rest of it. Thanks
Printable View
Sorry I didn't make myself clear. What I want is to resize a bitmap and then save the new size in VB. I understand the rest of it. Thanks
If this is regarding your other topic, use the PaintPicture method I gave you to resize it and use the following code to save it.
Code:SavePicture Picture1.Picture, "C:\MyBitmap.bmp"