XxEvilxX
Nov 14th, 1999, 10:55 AM
i cna i save whatever picture in the picture box to a bmp??? or a Gif
Bob Baddeley
Nov 14th, 1999, 11:09 AM
do some research in VB-world. It's been posted a few times.
Serge
Nov 14th, 1999, 05:45 PM
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
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)