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

ios - Form Sheet content disappearing -

Lists in scheme -

List View in C# -