Thanks for your help. I looked through the code. The big difference is
CListCtrl has SetImageList member functions, while CComboBox doesn't. So I
still have no clue how to implement loading images.
Thanks again.
Quote:
> You need to create a CImageList and associate it with your combo box. Look
> at the LISTHDR MFC sample, it gives a similar treatment to a CListCtrl.
> Hope this helps!
> --- VR
> MS Developer Support