The information in this article applies to:
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 query words: 2.00 3.00
Keywords : |
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |