Cursors.WaitCursor doesn't disable mouse clicks

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

In my windows form application I have a process that takes
a long time to complete. When I change the cursor to the
cursors.waitcursor mouse clicks are not being disabled. I
am change the cursor is a new thread. What am I missing?

Thanks,

Scott
 
* "Scott said:
In my windows form application I have a process that takes
a long time to complete. When I change the cursor to the
cursors.waitcursor mouse clicks are not being disabled. I
am change the cursor is a new thread. What am I missing?

Changing the cursor doesn't disable anything. You will have to do that
yourself.
 

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

Back
Top