PRB: Listview Comes Up with No ImagesLast reviewed: September 29, 1995Article ID: Q125628 |
The information in this article applies to:
SYMPTOMSA list view is displayed with text and column headings, but the icons are not displayed.
CAUSEThe CImageList used to store the images for the list view is no longer in scope.
RESOLUTIONThis can occur, for example, if you create a CImageList on the stack and create your listview, but at the point the listview is displayed, the image list has been destroyed. The ImageList functions will still return success, but no images will be displayed. To avoid the problem, make sure your image list stays in scope.
STATUSThis behavior is by design.
|
Additional reference words: 4.00 Windows 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |