|
-
Mar 31st, 2001, 04:46 AM
#1
Thread Starter
New Member
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?
-
Mar 31st, 2001, 06:04 AM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|