R
Rod Early
What is the best way to display a "wait" graphic (say, an hourglass)
while switching between forms? My application has a form that
requires several seconds of processing before its paint routine
finishes, so I need to give the user some idea that he/she needs to
wait.
Notice that I didn't say "cursor". The device on which I am working
is a touchscreen that does not have a cursor. I had tried changing
the cursor to a WaitCursor, but since the device has no cursor it was
a waste of time.
Thanks,
Rod Early
while switching between forms? My application has a form that
requires several seconds of processing before its paint routine
finishes, so I need to give the user some idea that he/she needs to
wait.
Notice that I didn't say "cursor". The device on which I am working
is a touchscreen that does not have a cursor. I had tried changing
the cursor to a WaitCursor, but since the device has no cursor it was
a waste of time.
Thanks,
Rod Early