i cna i save whatever picture in the picture box to a bmp??? or a Gif
Printable View
i cna i save whatever picture in the picture box to a bmp??? or a Gif
do some research in VB-world. It's been posted a few times.
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