BUG: Resource Drain with PictureBox on FormLast reviewed: June 2, 1997Article ID: Q168554 |
The information in this article applies to:
SYMPTOMSIn Visual Basic 5.0 running under Windows 95, setting the Appearance property of a PictureBox to 0-Flat causes resources to be lost each time the form is unloaded. If the Appearance Property is set to 1-3D, resources are not lost. This occurs with a PictureBox placed either directly on a form or on a UserControl that is placed on the form.
RESOLUTIONSet the appearance property to 1-3D or use a different container, such as an Image control or UserControl, depending on your application.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : vb5all VBKBCtrl VBKBInt VBKBPictureBox VBKBStd
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |