Well, for those that may be looking at this thread I have found the answer to my question:
That refers the index of the selected item in the ListView.Code:LstVwPlanBackup.FocusedItem.Index
It has brought up a second problem, however. The following code renders an unusable string value as "ListViewSubItem: {Check3}", when all I want is the item value of "Check3".
Does anyone know how I can get the individual value of the subitem?Code:LstVwPlanBackup.FocusedItem.SubItems(1).ToString()




Reply With Quote
