Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8200729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:32:53+00:00 2026-06-07T06:32:53+00:00

Note: I am NOT a VB6 programmer – I’m an Android programmer responsible for

  • 0

Note: I am NOT a VB6 programmer – I’m an Android programmer responsible for an app used in manufacturing and I have a colleague responsible for a VB6 program that talks to my Android devices.

In the past our VB6 program sent Microsoft .bmps to the Android device, but now that we’re adding tablets to our product list, and want to send bigger images to take advantage of the tablet’s extra real-estate we find that .bmp’s are too big and clog up the network.

Eventually we’re replacing the old VB6 product with a .Net one, but until we do is there any way for VB6 to programmatically convert a bitmap to a JPEG? My colleague is unaware of one but I’ve always found S.O. to be very useful in my domains (Android, .Net) so I thought I’d try a VB6 question here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T06:32:55+00:00Added an answer on June 7, 2026 at 6:32 am

    In 2002 Microsoft released Windows® Image Acquisition Automation Library v2.0 Tool: Image acquisition and manipulation component for VB and scripting.

    This can accept a .BMP or even a raw Windows 24-bit pixel bitmap (plus width & height) from a file or Byte array and convert them to JPEG, producing a file or Byte array result.

    The Library is part of modern versions of Windows but can be installed into WinXP (SP1 or better).

    Simple file-to-file example:

    Dim ImgF As WIA.ImageFile
    Dim ImgP As WIA.ImageProcess
    
    Set ImgF = New WIA.ImageFile
    ImgF.LoadFile "Zapotec.bmp"
    Set ImgP = New WIA.ImageProcess
    With ImgP
        .Filters.Add .FilterInfos!Convert.FilterID
        .Filters.Item(1).Properties!FormatID.Value = wiaFormatJPEG
        .Filters.Item(1).Properties!Quality.Value = 70
        Set ImgF = .Apply(ImgF)
    End With
    ImgF.SaveFile "Zapotec.jpg"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a VB6 App that uses a .Net component (via a .tlb reference
I have a Spring/JPA/Groovy/Hibernate stack, (note: not grails ), and I'm finding that I'm
I have an old school ASP (note: not ASP.NET) web site that has a
I have inherited an Outlook 2003 COM add-in written using VB6 (note: NOT VB.NET).
I have a VB.NET app that is behaving strangely (or perhaps not strangely at
Note - I do not have access to a database and cannot use PHP,
Note the tag: VBA , not VB6, not VB.NET. This is specific to VBA
Note not functional dependency. Are there tools available that allow me to build a
We are adding French support to an older VB6 app. The original developer used
I have an app that I am now developing multiplayer for. However I do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.