
set text color for an item
Hi,
To resolve this problem, please go to this link to download newer
comctrl32.dll from this link:
http://www.microsoft.com/msdownload/ieplatform/ie/comctrlx86.asp
and then use this Macro:
INT ListView_SetHotItem( HWND hwndLV,INT iIndex );
if you want to set the listview rows and cells color more flexibly and want
not use own-draw, the custom drawing method should meet your request:
http://www.codeguru.com/listview/CustomDrawListViewControls1.html
http://www.codeguru.com/listview/CustomDrawListViewControls2.html
Thanks,
Freist
P.S. This posting is provided "AS IS" with no warranties, and confers no
rights. You assume all risk for your use. 2001 Microsoft Corporatioin. All
rights reserved.