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

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -