Results 1 to 3 of 3

Thread: Saving an Image from a Picture Box

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Angry Saving an Image from a Picture Box

    OK, I have created this cool drawing interface - it's got all the blitting you could ever ask for. I want the user to have a permament record of the art they have created.

    Can you store a DC, say from a Picture Box, to file in a bitmap or jpeg format? I have only found LoadImage in the API - is there not a SaveImage?

    Help please....
    brock loves to code

  2. #2
    Matthew Gates
    Guest
    Try the SavePicture statement.


    VB Code:
    1. SavePicture Picture1.Picture, "MyPic.bmp"

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Talking Cheers Matt

    Matthew

    Feeling a bit stupid now - thanks for your help - spot on
    brock loves to code

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