Click to See Complete Forum and Search --> : System image list


June 8th, 1999, 02:53 AM
I got a problem with my derived CFileListCtrl (derived from CListView).
I use the standard way with SHGetFileInfo to get the handle to the system image list.
1.How can I solve the problem of having multiple CFileListCtrl in my application? It seem like you can only get the system image list ones without detaching it. Should I copy all the images in the image list to a private member of CFileListCtrl?
2. It seem like when I go from NT to Win98 theres a problem with the image list.
I know theres some sort of difference but what?