The information in this article applies to:
SUMMARYVisual Basic 4.0 introduces a new control called the ImageList control that holds an array of pictures or icons. Although this control is primarily used by other controls, such as the TreeView and Toolbar control, that require an image list control, it can be used to simply store pictures for your graphics methods. PaintPicture can be used with the image list control to paint a picture onto a picture box or form. The example in this article demonstrates how to use the image list control as a stand-alone image repository. MORE INFORMATIONStep-by-Step ExampleTo create a new application that prints all of the pictures in an image list control to the form, follow these steps:
Additional query words:
kbVBp400 imagelist paintpicture listimages kbCtrl kbVBp kbDSupport
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |