ChimpFace9000
Apr 20th, 2001, 09:12 PM
How do i find out what row is selected in a single selection list view?
Yonatan
Apr 21st, 2001, 12:35 PM
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: