Mar 21, 2003 #1 C cjimloo Newcomer Joined Mar 21, 2003 Messages 7 Hi guys, i have created a listview with many records but i cannot get the index of selected item. Do you all know how to get the selected item index ?
Hi guys, i have created a listview with many records but i cannot get the index of selected item. Do you all know how to get the selected item index ?
Mar 21, 2003 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England Visual Basic: myListView.SelectedItems(0).Index 'Or myListView.SelectedIndices(0)
Mar 21, 2003 #3 C cjimloo Newcomer Joined Mar 21, 2003 Messages 7 Thanks a lot, divil. Thank you very much. Thanks thanks!!! Very usefull code