Select in listview, to pass the index through to another form
        Posted  
        
            by Luke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luke
        
        
        
        Published on 2010-04-20T10:25:14Z
        Indexed on 
            2010/04/20
            10:33 UTC
        
        
        Read the original article
        Hit count: 344
        
c#
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
© Stack Overflow or respective owner