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

مشاهدة النسخة كاملة : Work on a new thread locks the GUI



C# Programming
09-19-2009, 09:40 AM
Hi
I have an application which uploads files over FTP. I create a new thread and start uploading on that thread but GUI locks while this upload takes place. As far as I know because I am not uploading on main thread GUI should not lock and it should stay responsive.

What am I doing wrong? If you need the code please tell me.

Thanks.