M
Mike
Is there a way to lock the Pocket PC screen in place and not accept any
input?
Once a user selects an option in my program, it takes a couple of seconds
for the processing before the next form comes up. I tried showing the Wait
cursor, but that doesn't show on the screen until right before the new
screen even though I call...
Cursor.Current = Cursors.WaitCursor
Cursor.Show()
Application.DoEvents
....right after the click.
I'd like the screen to be in an obvious "working" state during the
processing.
input?
Once a user selects an option in my program, it takes a couple of seconds
for the processing before the next form comes up. I tried showing the Wait
cursor, but that doesn't show on the screen until right before the new
screen even though I call...
Cursor.Current = Cursors.WaitCursor
Cursor.Show()
Application.DoEvents
....right after the click.
I'd like the screen to be in an obvious "working" state during the
processing.