
Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Hi,
Timely post as was hitting the same sort of wall.
Thanks for the links.
A lazy fyi to anyone trying to implement this. Make sure you don't have any
DoEvents calls in your code!
> "BG" <bgnospam@bgnospam.com> schrieb:
> > We're having trouble writing the code to update a UI control (label.Text)
[quoted text clipped - 4 lines]
>
> Multithreading:
<URL:http://msdn.microsoft.com/library/en-us/dnforms/html/winforms06112002.a
> sp>
<URL:http://msdn.microsoft.com/library/en-us/dnforms/html/winforms08162002.a
> sp>
<URL:http://msdn.microsoft.com/library/en-us/dnforms/html/winforms01232003.a
> sp>
>
> <URL:http://www.devx.com/dotnet/Article/11358/>
<URL:http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemWindowsFo
> rmsControlClassInvokeTopic.asp>
>
> Multithreading in Visual Basic .NET (Visual Basic Language Concepts)
<URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconthreadinginvisu
> albasic.asp>
>
> Sample:
<URL:http://dotnet.mvps.org/dotnet/samples/filesystem/downloads/FileSystemEn
> umerator.zip>