المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Invoking Progressbar



C# Programming
10-10-2009, 10:11 AM
Hi,
I need to control my progressbar inside a thread by invoking it on GUI thread, otherwise the GUI may lock for a short time which is really disturbing. How can I change the Value property of a progressbar with invoking it.

Thanks in advance.