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
shah
NA
42
0
How to update the time for any Item-ListView
May 8 2007 7:27 AM
Hi, LastViewItem lvt; ListView scheduleListView; private void editBtn_Click(object sender, EventArgs e) { if (scheduleListView.SelectedItems.Count > 0) { if (scheduleListView.SelectedItems[0].Selected) { scheduleListView.Items.Add(lvt); scheduleListView.Update(); scheduleListView.Invalidate(); } } } I have hour and minute control as DomainUpDown controls and when i change the time for any of those control time should be updated in listview for that selected item. Give me any rough idea please. Thanks
Reply
Answers (
1
)
drawing line in the run
Read a busy text file