Results 1 to 2 of 2

Thread: Saving Picture Box Images to Disk

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Unhappy Saving Picture Box Images to Disk

    I know this is probably so eay, but ...

    I know through the API you can load an image, but does anyone know how to save an image, say created in a picture box, to disk. It is really bugging me!

    Cheers
    brock loves to code

  2. #2
    Member
    Join Date
    Jul 2001
    Location
    Minneapolis, MN USA
    Posts
    32
    If you don't mind saving it as a BMP, then you don't need any API calls. VB's built-in SavePicture command does the trick ...

    SavePicture Picture1.Image, "c:\myfolder\mypic.bmp"


    If you want to save as JPEG, let me know and I can point you toward some websites that might help.

    -Bryk

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