haroldjclements
Freshman
- Joined
- Jun 13, 2004
- Messages
- 46
Hello,
I am using a listView object to hold three columns of data pulled out of a database. What I want is the used to be able to click a line and the index and column data be available to be used within the next part of my program.
I know that the listBox object has a .get_SelectedIndex() method. However the listView does not have this method.
If anyone has any ideas I will be very grateful.
Thanks,
Harold Clements
I am using a listView object to hold three columns of data pulled out of a database. What I want is the used to be able to click a line and the index and column data be available to be used within the next part of my program.
I know that the listBox object has a .get_SelectedIndex() method. However the listView does not have this method.
If anyone has any ideas I will be very grateful.
Thanks,
Harold Clements