Results 1 to 2 of 2

Thread: Resizing bitmap

  1. #1
    Guest
    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

  2. #2
    Guest
    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"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width