Saturday March 31, 2001
Can I save an image file in any other file formats instead of a bitmap? If not, is there a way to convert the format in VB6?
Printable View
Saturday March 31, 2001
Can I save an image file in any other file formats instead of a bitmap? If not, is there a way to convert the format in VB6?
yep, but you would either have to find some the tools on the net, or create your own converter. There's info about most formats at www.wotsit.org
By using standard VB, you can only save in ICO or BMP, but you can create C++ DLLS to help you convert to other formats such as TIFF, JPEG, GIF etc. I saw some examples on codeguru.com (but I think they used MFC)