>In a VB 2005 Console Application, can multiple threads write to the console
>without causing problems?
Yes they can. Of course if you want the output to appear in a
predictable way you'll still need to synchronize the writes.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Michael D. Ober - 29 Dec 2005 18:34 GMT
Thanks - syncing the writes isn't a problem with synclock.
Mike.
> >In a VB 2005 Console Application, can multiple threads write to the console
> >without causing problems?
[quoted text clipped - 3 lines]
>
> Mattias