The information in this article applies to:
SUMMARYIn previous versions of Visual Basic, creating transparent bitmaps required extensive use of the Windows API. The problem was that Visual Basic controls could not use graphic file types (such as GIF) that support transparency. Visual Basic for Windows versions 5.0 and 6.0 controls can use files in a much wider range of formats than previous versions. MORE INFORMATION
While it is still possible to handle transparent bitmaps programmatically,
this article presents a solution that requires no code. This approach
requires the use of a graphics editor such as the Microsoft Photo Editor
that ships with Office 97, but any graphic editor that can set a
transparent color will suffice.
Steps To Create a Transparent Image From a Bitmap
REFERENCESFor additional information on creating bitmaps via code, click the article number below to view the article in the Microsoft Knowledge Base: Q187568 HOWTO: Create Your Own Bitmap Object Class For additional information on converting to GIF files, click the article number below to view the article in the Microsoft Knowledge Base: Q193543 INFO: Unisys GIF and LZW Technology License Information Additional query words: kbDSupport kbDSD kbVBp kbVBp500 kbVBp600 kbBitmap
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |