Jimmy Turnip
Registered User.
- Local time
- Today, 17:46
- Joined
- Sep 26, 2000
- Messages
- 18
Hello there,
I have a form with a ListView ActiveX object. I want the user to be able to double-click on an item in the ListView and edit data related to it.
The problem I have is that, unlike the TreeView object, the ListView doesn't have the .SelectedItem property, and I don't know any other way to refer to the currently selected item.
Any advise would be greatly appreciated.
Thanks.
I have a form with a ListView ActiveX object. I want the user to be able to double-click on an item in the ListView and edit data related to it.
The problem I have is that, unlike the TreeView object, the ListView doesn't have the .SelectedItem property, and I don't know any other way to refer to the currently selected item.
Any advise would be greatly appreciated.
Thanks.