how to change the selected index of a listview's subitems(1)?
Because this code doesnt work;
error is:Code:Listview1.Items(Listview1.SelectedItems(0).Index).SubItems(1).Text = "HELLO"
InvalidArgument=Value of '1' is not valid for 'index'
Parameter name: index


Reply With Quote
