How do i find out what row is selected in a single selection list view?
Printable View
How do i find out what row is selected in a single selection list view?
You should capture the WM_NOTIFY / LVN_ITEMCHANGED notification message of the ListView's parent window.
It's quite weird that there is no other way, such as a message to send to the ListView itself or something like that. :rolleyes: