Results 1 to 3 of 3

Thread: Save Formats In VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Madison WI
    Posts
    5

    Cool

    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?

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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

  3. #3
    Guest
    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width