S
spowel4
My form has a listview populated with the 50 states. When the user
checks the checkbox within the listview for a particular state, I need
to retrieve which state was checked (i.e. if AZ is checked I need to
get the text AZ) and search through an array for matching text. When
matching text is found I need to populate another listview with some
information.
So if the array is two-dimensional and I'm looking at elements
(0,0 ... 0,7) for matching text, the matching text will always be at
(0,6) and when a match is found I need to send the text found in (0,1)
to another listview. I am not sure what listview event to work with
and what property I need to use (checkeditem, etc...). It does need
to be a checked item though and not a selected item.
checks the checkbox within the listview for a particular state, I need
to retrieve which state was checked (i.e. if AZ is checked I need to
get the text AZ) and search through an array for matching text. When
matching text is found I need to populate another listview with some
information.
So if the array is two-dimensional and I'm looking at elements
(0,0 ... 0,7) for matching text, the matching text will always be at
(0,6) and when a match is found I need to send the text found in (0,1)
to another listview. I am not sure what listview event to work with
and what property I need to use (checkeditem, etc...). It does need
to be a checked item though and not a selected item.