cjimloo Posted March 21, 2003 Posted March 21, 2003 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 ? :rolleyes: Quote
*Gurus* divil Posted March 21, 2003 *Gurus* Posted March 21, 2003 myListView.SelectedItems(0).Index 'Or myListView.SelectedIndices(0) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
cjimloo Posted March 21, 2003 Author Posted March 21, 2003 Thanks a lot, divil. Thank you very much. Thanks thanks!!! Very usefull code Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.