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
Sorantis
NA
2
0
Java&C#
Apr 25 2005 5:20 AM
Runnable r = new Runnable() { Message msg = thisMsg; Packet myTC = thisTC; public void run() { myTC.notify(msgForLater); } } javax.swing.SwingUtilities.invokeLater(r); Can anyone tell me C# function similar to invokeLater(r);?? I tried several ways to solve this problem,but finally understood,that only implementation of this function works correct,so,is it in .NET??
Reply
Answers (
0
)
first time multithreading an app
.Net MessageBox.Show Call