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

مشاهدة النسخة كاملة : Dragging and resizing blocks thread



C# Programming
03-27-2009, 11:51 PM
I made an application with a form that starts another thread.
see: http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=2979123

Now when I drag or resize the form the thread blocks
for about 1/4 of a second...

Googled a bit and it seems to be a typical Windows problem,
is there a way around it?

I tought of even using a different proces (with "real time priority")
instead of that 2nd thread, but that's maybe a drastic and complex solution.