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.
 
Back
Top