Results 1 to 3 of 3

Thread: SavePicture prob

  1. #1
    TheSarlacc
    Guest
    when i capture the screen and put the image in a picture box, i cannot save it! but when i load a pic from a file into a pic box, i can save it! whats the bloody problem?

  2. #2
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266
    Got any sample code?
    I got some 4 you, but I must know what you want exactly, so I can give you what you need.
    jovton

  3. #3
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    You can either save the Image (not the picture) or set the Picture to the Image before saving the Picture.

    eg
    SavePicture Picture1.Image, "C:\temp\test.bmp"

    or
    Set Picture1.Picture = Picture1.Image
    SavePicture Picture1.Picture, "C:\temp\test.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