PDA

Click to See Complete Forum and Search --> : How Do I Save A Picture In VB6?


danny7
Mar 31st, 2001, 03:46 AM
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?

Xela001
Mar 31st, 2001, 05:04 AM
Use the savePicture method

It is used: SavePicture(PICTURE AS IPICTUREDISP, FILENAME AS STRING)
>>> SavePicture picture1.picture, "C:\Pictures\pic1.bmp"