Hi ,
I'm using a background worker in order to do some async work. The problem is that as soon as the worker starts it work, the cursor becomes a "wait" cursor. I want the cursor to remain "arrow" cursor.
It works only if i chnge the style of the cursor in the complete handler, but i want the cursor to stay "arrow" through all the time the worker works...
Any thoughts?
Thanks