Microsoft KB Archive/172121

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:05, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 172121

Article Last Modified on 6/29/2004



APPLIES TO

  • Microsoft Visual Basic 5.0 Professional Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 5.0 Enterprise Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition
  • Microsoft Visual Basic 4.0 Professional Edition
  • Microsoft Visual Basic 4.0 Professional Edition
  • Microsoft Visual Basic 4.0 16-bit Enterprise Edition
  • Microsoft Visual Basic 4.0 32-Bit Enterprise Edition



This article was previously published under Q172121

SUMMARY

The documentation for the Microsoft Grid control (the Picture property description for the Grid control in the Help file) states that it is able to load a metafile into the Picture property. This is incorrect for the Microsoft Grid control, but valid for the controls listed under "Applies To" >>reference?<< for the Picture Property. The Microsoft Grid control can only load bitmaps and icons into the Picture property.

STATUS

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

MORE INFORMATION

Steps To Reproduce the Problem

  1. Start a new project in Visual Basic. Form1 is created by default.
  2. Place a Microsoft Grid Control on to Form1.
  3. In the Load event for Form1, place the following code:

       Private Sub Form_Load()
           Grid1.Picture = LoadPicture("C:\VB4\metafile\arrows\2DARROW1.WMF")
       End Sub
                            
  4. Run the project by pressing the F5 key. The following error message is received:

    Run-time error '30008' Not a valid Picture type



Additional query words: kbVBp400bug kbVBp500bug kbVBp600bug kbVBp kbdsd kbControl kbDSupport

Keywords: kbbug KB172121