Microsoft KB Archive/80779

From BetaArchive Wiki
Knowledge Base


VB Custom Controls Support only Certain Picture Formats

Article ID: 80779

Article Last Modified on 11/18/2003



APPLIES TO

  • Microsoft Visual Basic 2.0 Professional Edition
  • Microsoft Visual Basic 3.0 Professional Edition
  • Microsoft Professional Toolkit for Microsoft Visual Basic programming system for Windows



This article was previously published under Q80779

SUMMARY

The Load Picture dialog box for the 3-D Command Button, 3-D Group Push Button, Gauge, and Picture Clip custom controls include the extensions for picture formats that are invalid formats for these controls.

MORE INFORMATION

The 3-D Command Button, 3-D Group Push Button, Gauge, and Picture Clip custom controls use the same dialog box that Visual Basic uses to assign pictures to certain properties. However, not all .BMP, .ICO, and .WMF files are valid picture formats for the properties of these controls.

The following table lists the valid formats for the picture properties of custom controls and the error messages displayed if an invalid picture format is used:

                                        Valid     Error Message if
Control                Property         Formats   Invalid Format
------------------------------------------------------------------------

3-D Command Button     Picture          .BMP,     "Only Picture
                                        .ICO      Formats '.BMP' and
                                                  '.ICO' supported."

3-D Group Push Button  PictureUp,       .BMP      "Only Picture Format
                       PictureDn,                 '.BMP' supported."
                       PictureDisabled

Gauge                  Picture          .BMP,     "Invalid Picture."
                                        .ICO

Picture Clip           Picture          .BMP      "Only Picture Format
                                                  '.BMP' supported."
                

For additional information on Visual Basic version 2.0 custom controls, review the Professional Features manual.


Additional query words: 1.00 2.00 3.00

Keywords: KB80779