list - How do I un-highlight a previously selected line in an MFC CListCtrl programmatically (VS 6)? -


Do anyone know how to highlight the pre-selected line in an MFC CLIScultum program?

To deselect the 20th item:

  YourListCtrl .SetItemState (20, 0, LVIS_SELECTED);  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -