Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
This application probably had more than 50 cars animation.

Is it possible to do this using C# winform?
How if I use threading / background worker?
Will it run smoothly?
Is there's another better choice rather than using thread / bgworker?
Posted

1 solution

Quote:
Is it possible to do this using C# winform?
Yes, of course. However it really depends on your exact requirements.

Quote:
How if I use threading / background worker?
You probably have to.


Quote:
Will it run smoothly?
Again, yes, but it really depends on the requirements (e.g. graphics details).


Quote:
Is there's another better choice rather than using thread / bgworker?
As far as I know, you have to use threads.
 
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