Link to home
Start Free TrialLog in
Avatar of Morpheus7
Morpheus7

asked on

Display results from click on item in ListView

Hi,

I am using a ListView control to display items. When the user clicks on the taged entry, in the LV I would like to be able to display the results that would be returned from this action in another ListView control.
I attach the code I am using to generate the first ListView.

Any help would be appreciated.
ThanksLV.txt
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Morpheus7
Morpheus7

ASKER

Hi,

Many thanks for the reply. Could you please explain a bit more, as I am new to VB.
Thanks
Is it correct that you want to load another listview based on what user clicks on in the first listview?