Results 1 to 3 of 3

Thread: need hlep quickly please

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    i cna i save whatever picture in the picture box to a bmp??? or a Gif

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305

    Post

    do some research in VB-world. It's been posted a few times.

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Using SavePicture statement:

    SavePicture Picture1.Picture, "C:\MyPicture.bmp"


    Note: If a graphic was loaded from a file to the Picture property of an object, either atdesign time or atrun time, and it’s a bitmap, icon, metafile, or enhanced metafile, it's saved using the same format as the original file. If it is a GIF or JPEG file, it is saved as a bitmap file.

    Graphics in an Image property are always saved as bitmap (.bmp) files regardless of their original format.

    Regards,


    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


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