Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello frendz, i am new to windows forms application. I am creating form which has fields and button, when i enter first name , last name and press submit. Then suppose this operation take 1 min. But i want my user shouldnt wait for that time. And should go ahead and fill other fields. How to use multithreading here.? Pls upload code. Thanks in advance.
Posted

1 solution

See Tasks or BackgroundWorker class. Here you can compare this two classes.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900