Hi All,
I know how to use threads in code but in practice I am trying to make clear. How do you make a good multithread application (Windows App).
Do you:
1. Have the main thread run the form objects and create new windows while other threads actually do calculation and Sql object..etc
2. Create a thread to updatethe GUI only and use the form thread to do calculation.
3. Just say heck with multi threading all togheter?
I would have my gut feeling with 1 but want to make sure I am using the rights tools for the job.
Thx for shedding any spotlight on this topic