BUG: THREED.VBX: Command/Group Push Buttons Show Invalid File

Last reviewed: June 21, 1995
Article ID: Q84553
The information in this article applies to:

- Standard and Professional Editions of Microsoft Visual Basic for

  Windows, versions 2.0 and 3.0
- Microsoft Professional Toolkit for Microsoft Visual Basic programming
  system for Windows, version 1.0

SYMPTOMS

The Picture property for 3-D Command Button and 3-D Group Push Button custom controls can load certain picture formats. However, the 3-D Command Button Load Picture dialog box incorrectly shows *.WMF in the File Name box. This mistakenly indicates that .WMF (Windows metafile) files can be used for pictures. Also, the 3-D Group Push Button Load Picture dialog box for the PictureUp, PictureDn, and PictureDisabled properties incorrectly lists *.WMF and *.ICO in the File Name box. This mistakenly indicates that .WMF and .ICO files can be used for pictures.

RESOLUTION

The 3-D Command Button control Picture property can only use .BMP (bitmap) and .ICO (icon) files. If you attempt to load a .WMF file, the following error message will be displayed:

   Only picture formats ".BMP" & ".ICO" supported

The 3-D Group Push Button control PictureUp, PictureDn, and PictureDisabled properties can only use .BMP files. If you attempt to load a .ICO or .WMF file, the following error message will be displayed:

   Only picture format ".BMP" supported

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional reference words: buglist1.00 buglist2.00 buglist3.00 1.00 2.00
3.00
KBCategory: kbprg kbbuglist
KBSubcategory: PrgCtrlsCus


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 21, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.