PDA

Click to See Complete Forum and Search --> : Resizing bitmap


Sep 6th, 2000, 04:13 PM
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

Sep 7th, 2000, 04:40 PM
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.


SavePicture Picture1.Picture, "C:\MyBitmap.bmp"