Hi,
In report view in a CListCtrl in MFC, how do I detect if there is no current highlighted selection?
Using GetFirstSelectedItemPosition doesn't work because if an item was previously selected and then clicked somewhere else on the list control, GetFirstSelectedItemPosition still reports the last position selected instead of NULL, however, the said position is not highlighted anymore.