Hi,
I have searched the forum for ways of getting the highlighted row in a listview and there are many, often complex methods. I am trying to get the index of a single row in one listview with %LVS_SINGLESEL set. I want to use this as the index to pull data from a 2d array to populate a second listview. Given its a single row what's the simplest way for a newbie please?
Thanks!
I have searched the forum for ways of getting the highlighted row in a listview and there are many, often complex methods. I am trying to get the index of a single row in one listview with %LVS_SINGLESEL set. I want to use this as the index to pull data from a 2d array to populate a second listview. Given its a single row what's the simplest way for a newbie please?
Thanks!
Comment