Does anyone know how to change the colour of the hotItem colour?
(In my application it is a to dark blue colour that is to similar to black)
Best regards,
You must also enable hot tracking on the listctrl. Setting the style with
one of the following does this:
LVS_EX_ONECLICKACTIVATE
LVS_EX_TRACKSELECT
LVS_EX_TWOCLICKACTIVATE
Check out also:
LVS_EX_UNDERLINEHOT
LVS_EX_UNDERLINECOLD
Best regards,
David
http://www.dcsoft.coom
"Janette" <Jan...@discussions.microsoft.com> wrote in message
news:EA39674A-DC4B-436D...@microsoft.com...