TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mmplay
NA
16
0
How can I get the last select-item in ListView?
Feb 5 2004 7:46 AM
Hi, there How can I get the last select-item in ListView? ************ code ***************************** int i = ListView.SelectImtmes.Count - 1; ListViewItem item = ListView.SelectItems[i]; ************ code ***************************** I can do it when user selects in order. but when user selects not in order, (ex. select ListViewItem.Items[5], then ListViewItem.Items[3]) I cann't get the correct last select-item. How to do it? Thanks...
Reply
Answers (
1
)
How to capture keyboard events in PictureBox?
Sample WinForm App in C# - Please Help