Greetings,
I am trying to figure out how to add data to a listview subitem. Here is the setup:
I have a list view control with three columns; the first two columns are populated from a SQL DB. In my double click event in the listview a new form is shown. The user enters a string of data in this form, which is than closed and the data is added to the last column of the item that was double clicked.
I cannot figure out how to:
- Add the data (subitem) to the third column of the item that was originally double-clicked in the listview.
Any ideas? I have been searching endlessly with no hope.
Thanks,
M
I am trying to figure out how to add data to a listview subitem. Here is the setup:
I have a list view control with three columns; the first two columns are populated from a SQL DB. In my double click event in the listview a new form is shown. The user enters a string of data in this form, which is than closed and the data is added to the last column of the item that was double clicked.
I cannot figure out how to:
- Add the data (subitem) to the third column of the item that was originally double-clicked in the listview.
Any ideas? I have been searching endlessly with no hope.
Thanks,
M