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
eksypnos123
NA
65
0
is it safe to read listview properties from other thread than UI thread?
Nov 6 2004 3:40 PM
Hello, I have a listview with a number of files to encode. I am using delegates and asynchronous invocation to call the encoding method. I would like to ask if it's safe to read (only read) the items from the listview, from the new thread. I read an article from msdn that says: "you must never use any member of a Control on any thread other than the one that created it." Does this apply here or is it safe to do it? thnx geo
Reply
Answers (
2
)
using the same Graphics object in two treads
Calling a main thread function?