>My question is when i change cursor to wait cursor and during that time
>user click on some where else will that events get handled immediately
>or it will gets handle only after my previous processing i.e auto
>refreshing gets completed.
The mouse cursor doesn't affect when events are handled.
>Or can some one tell me how to prevent user from clicking on some other
>when timer event is in execution.
Disable the controls.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.