M
M K
Using VS 2005
I have a listview that displays:
number, name, details (in that order)
when the user selects a row (single select) i want to retrieve each column
in a variable.
number is an int
name is a string
details is a string
i have searched the net and could not locate an example.
I am not trying to do this from the listview control but rather from a
button.
any help greatly appreciated.
Mark
I have a listview that displays:
number, name, details (in that order)
when the user selects a row (single select) i want to retrieve each column
in a variable.
number is an int
name is a string
details is a string
i have searched the net and could not locate an example.
I am not trying to do this from the listview control but rather from a
button.
any help greatly appreciated.
Mark