It's not recommended that you create additional UI threads, the one that you
get with your process is usually enough. You can create worker threads, below
is a good article. Though threading really is not a beginner's thing.
http://www.yoda.arachsys.com/csharp/threads/
> Using Microsoft Visual Studio .NET 2003 C++ and
> forms, I constructed an application with menus,
[quoted text clipped - 7 lines]
> Regards,
> Dr. Pastor.
Dr. Pastor - 07 Dec 2004 22:15 GMT
Thank you Sir.
> It's not recommended that you create additional UI threads, the one that you
> get with your process is usually enough. You can create worker threads, below
> is a good article. Though threading really is not a beginner's thing.
> http://www.yoda.arachsys.com/csharp/threads/