Results 1 to 2 of 2

Thread: How Do I Save A Picture In VB6?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Madison WI
    Posts
    5

    Talking

    Saturday March 31, 2001

    Can Anyone tell me how to save a picture from a picture box control to anywhere on my hard drive? All the books and the MSDN disks don't tell me how to handle saving images. I can open a picture, now I just need to learn how to save one. To Zaei: thanks but I really need to hear from someone who can answer my questions this time, OK?

  2. #2
    Junior Member
    Join Date
    Mar 2001
    Posts
    25

    Cool savePicture

    Use the savePicture method

    It is used: SavePicture(PICTURE AS IPICTUREDISP, FILENAME AS STRING)
    >>> SavePicture picture1.picture, "C:\Pictures\pic1.bmp"
    Last edited by Xela001; Mar 31st, 2001 at 06:13 AM.
    Visual Basic

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