You could use the listbox control instead. Use LBS_OWNERDRAWVARIABLE
and draw all items by hand.
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
Quote:
> Hi,
> I want to do the following with List control
> 1)Have multiple rows for an entry
> 2)Format the text colour and size .
> 3)Dispaly icons in a location.
> Please suggest some way to do this.
> Thanks,
> -Venkatesh