all groups > vb.net controls > june 2005 >
You're in the

vb.net controls

group:

Progressbar & Thread activity


Progressbar & Thread activity Doken
6/23/2005 12:00:00 AM
vb.net controls:
How can I use a thread in my project and not to loose the refresh from the
progressbar I use too ?

Re: Progressbar & Thread activity Herfried K. Wagner [MVP]
6/23/2005 12:30:48 PM
"Doken" <stefanou@taxydromiki.gr> schrieb:
[quoted text, click to view]

You'll have to use 'Control.Invoke', 'Control.BeginInvoke' to access the
control from another thread than the UI thread.

Multithreading in Windows Forms applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=multithreading&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
AddThis Social Bookmark Button