
How to add dialog/buttons into a ListCtrl?
Quote:
> I want to display a colum of thumbnail images to show a
> sequence, each image is embeded into a dialog or button. I
> also need to add them into a listbox so user can scroll to
> wherever in the sequence. Is there any way to do this? So
> far I only know how to add strings to a listbox.
It seems like you mean a list box (a list control is not the same
thing). A list box can be owner-drawn, which lets it display anything
you can paint. There is an example in the CTRLTEST
MFC sample in MSDN.
--
Scott McPhillips [VC++ MVP]