Click here to Skip to main content
15,898,987 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all..I'm working in C# windows application.. so Will u pls anyone tell me how to run a particular window form in seperate thread.. pls send me the code..
Posted

You do not. UI controls always run in the same thread (UI Thread).

Long running operations like copy files, search database, download a file from the internet can be assigned to another thread then the UI thread.
 
Share this answer
 
Lots of CP articles here
 
Share this answer
 

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