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 -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -