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
Prathap
NA
38
32.4k
How to invoke methods one by one and display a message?
Jul 30 2015 5:19 AM
How to invoke methods one by one and display a message in label control WPF?
I want to execute 3 methods one after another, a message should be shown in label control (eg: checking method1..) at the same time when we execute each method. How to do this in WPF Window.
Using Thread
The UI thread must not wait for worker threads to complete to show the window and the worker threads should execute one after another. For that purpose i have used join(), that made UI thread also waiting for worker threads to finish.
How to do this?
Reply
Answers (
1
)
Designing and printing a receipt
C#,windows form splitting text from sql data received