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

Re: Cursors.WaitCursor doesn't disable mouse clicks by hirf-spam-me-here

hirf-spam-me-here
Wed Nov 26 12:43:04 CST 2003

* "Scott" <anonymous@discussions.microsoft.com> scripsit:
> 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.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>