How to Clear VB Picture Property at Run Time Using LoadPictureLast reviewed: June 21, 1995Article ID: Q80488 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, versions 2.0 and 3.0- Microsoft Visual Basic programming system for Windows, version 1.0
SUMMARYDuring execution of a Visual Basic program, you can clear the Picture property of a form or picture control by using the LoadPicture function. Calling LoadPicture with no parameters and assigning the result to the Picture property of a form or control will clear the Picture property.
MORE INFORMATIONThis information is documented in the Visual Basic Help menu under the LoadPicture function.
Code ExampleTo clear the picture property at run time, do the following:
|
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |