Select in listview, to pass the index through to another form
- by Luke
I have a system where a listview is populated.
I want to be able to select one of these files and press an edit button, which will then take the selected data into another form.
I am trying to find a way to identify the selected item in the listview and take it to the next form.
How can i achieve this?
What code would I need to show?
Thanks