L
Luke R
1) Me.Cursor = Cursors.WaitCursor
This works - except when you hover the mouse over a textbox or datagridview
control, it doesnt show the waitcursor.
2) Me.UseWaitCursor = True
This works if i set it off a button click. It does not work if i set it as
part of a process, which is extremely odd.
One would suspect that would be because im unsetting it somewhere in the
process, but to eliminate this possibility, i did a replace and changed them
to the Me.Cursor method and it worked fine. Of course, its not fine because
of the problems i described in #1.
Anyone else had this issue?
This works - except when you hover the mouse over a textbox or datagridview
control, it doesnt show the waitcursor.
2) Me.UseWaitCursor = True
This works if i set it off a button click. It does not work if i set it as
part of a process, which is extremely odd.
One would suspect that would be because im unsetting it somewhere in the
process, but to eliminate this possibility, i did a replace and changed them
to the Me.Cursor method and it worked fine. Of course, its not fine because
of the problems i described in #1.
Anyone else had this issue?