How To Print the Contents of an ImageList Control to a Form
Article ID: 138537
Article Last Modified on 7/1/2004
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q138537
SUMMARY
Visual 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.
Additional query words: kbVBp400 imagelist paintpicture listimages kbCtrl kbVBp kbDSupport kbdsd
Keywords: kbhowto KB138537