I have a listview and it has some items and subitems in it and I need the code to get ListView1.SelectedItem.Text that is in the first column of the listview (the item that is selected of course)
I tried things like ListView1.SelectedItem.Text but I can't seem to figure it out.
I tried things like ListView1.SelectedItem.Text but I can't seem to figure it out.