End Google Ads 201810 - BS.net 01 --> I made an application with a form that starts another thread.
see: http://www.codeproject.com/script/Fo...49&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.