Results 1 to 2 of 2

Thread: Saving a picture from a PictureBox Control

  1. #1

    Thread Starter
    Addicted Member killer_cobra's Avatar
    Join Date
    Jun 2001
    Location
    Lost in space
    Posts
    131

    Saving a picture from a PictureBox Control

    Hi, I am wondering if you could tell me how to save the picture in a PictureBox Control to a .gif, .jpg or .bmp. Doesn't matter which type it gets saved to, just as long as it is saved. (Smaller size is better though).


    Thanx for the tips and tricks, you people Rock!

    Scott

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Use the SavePicture statement

    SavePicture Image, "TEST.BMP" ' Save picture to file.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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