|
-
Nov 14th, 1999, 11:55 AM
#1
Thread Starter
Addicted Member
i cna i save whatever picture in the picture box to a bmp??? or a Gif
-
Nov 14th, 1999, 12:09 PM
#2
Hyperactive Member
do some research in VB-world. It's been posted a few times.
-
Nov 14th, 1999, 06:45 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|