Results 1 to 4 of 4

Thread: SavePicture Usage...

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636

    SavePicture Usage...

    Hi!

    How do I use this simple function,
    SavePicture?
    I BitBlted into a picturebox, then I want
    to save it as BMP file. How do I do it?

    Thank you,
    Arie.

  2. #2
    sunnyl
    Guest
    This is the syntax

    SavePicture Picture, Filename

    eg
    Code:
    SavePicture Picture1.Picture, "c:\windows\desktop\test.bmp"

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    I use it like this:
    SavePicture Picture2.Picture, CommonDialog1.Filename

    But it has an error: Invalid Property Value

    I used on Picture2 these functions:
    SetPixel, GetPixel.
    That's all.
    How can I save it into a BMP file?

    Thank you,
    Arie.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636

    Thank you, Stef.

    It's works great!
    Thanx!

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