BackgrounWorker component

A

Andy

I'm using a background worker component to load a large amount of data
in the background so that the UI stays responsive and repaints.

I disable the form set the Cursor to Hourglass, then call the
BGWorker.StartAsync() method to load the data.

Everything works, except that for some reason the mouse pointer
immediately reverts back to the normal pointer (and I know my code
isn't doing this).

Any ideas?
Andy
 
K

+ Kennedy Kok +

I believe you have to set UseWaitCursor to true on the parent of the
control.

Kennedy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top