Results 1 to 3 of 3

Thread: Save A Picture From A Bit Blt

  1. #1

    Thread Starter
    Addicted Member slashandburn's Avatar
    Join Date
    Aug 1999
    Location
    Marietta, Ga
    Posts
    229

    Post

    lets say i just had Bit Blitted an image from the game im working on, Lets say i wanted to save this image as a Bmp File, How could i save the Image on form1 to a BMP FILE.

  2. #2
    Addicted Member
    Join Date
    Sep 1999
    Posts
    229

    Post


    Hi slashandburn,

    You can try to use SavePicture statement

    e.g

    SavePicture Form1.Image1.Picture, "c:\windows\desktop\a.bmp"
    SavePicture Form1.Picture, "c:\windows\desktop\b.bmp"

    Does it help ?
    Keiko

    [This message has been edited by Keiko (edited 02-14-2000).]

  3. #3

    Thread Starter
    Addicted Member slashandburn's Avatar
    Join Date
    Aug 1999
    Location
    Marietta, Ga
    Posts
    229

    Post

    it Doesn't Work it isn't a picture it is an image from BLtBlit on to the form like painting, Yes Painting, how can i save painting on a form as a Bitmap image.

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