Hi all,
I am doing one c#.Net windows application.
I am having one user Control. On button click When the process is going on, i made this.cursor = Cursors.WaitCur sor; Wait cursor is coming but ,still i am able to click on other controls (radio buttons) in the same form.
Actually when the wait cursor is there means, we should not allow the user to do any other operation by clicking on any other controls..
How to do that...
Thanks in advance..
I am doing one c#.Net windows application.
I am having one user Control. On button click When the process is going on, i made this.cursor = Cursors.WaitCur sor; Wait cursor is coming but ,still i am able to click on other controls (radio buttons) in the same form.
Actually when the wait cursor is there means, we should not allow the user to do any other operation by clicking on any other controls..
How to do that...
Thanks in advance..
Comment