G
Guest
When wait cursor is set (via Cursor.Current = Cursors.WaitCursor) user is
still able to interact with the form.
Such a behavior can lead to unpredictable results (errors). So is there any
pattern to avoid interation between user and form while using WaitCursor?
P.S. Currently I use Enable/Disable all the controls technic, but it takes
some tiem to Enable/Disable controls which is not good. Also it is not a
common practice for the Windows Mobile application.
still able to interact with the form.
Such a behavior can lead to unpredictable results (errors). So is there any
pattern to avoid interation between user and form while using WaitCursor?
P.S. Currently I use Enable/Disable all the controls technic, but it takes
some tiem to Enable/Disable controls which is not good. Also it is not a
common practice for the Windows Mobile application.