L
Lloyd Dupont
during lengthy opertaion I popup a wait cursor with this simple line of
code:
Cursor.Current =Cursors.WaitCursor;
it looks like the wait cursor popup after a small latency.
but what puzzle me is that this latency seems not to be always the same.
do you know what impact this latency ?
also in the wait cursor there is like a moving color cursor. sometimes it
stop moving, apparently depending on how busy my app is, but the relation is
not very clear.
could anyone could gives me some hint on its behavior ?
code:
Cursor.Current =Cursors.WaitCursor;
it looks like the wait cursor popup after a small latency.
but what puzzle me is that this latency seems not to be always the same.
do you know what impact this latency ?
also in the wait cursor there is like a moving color cursor. sometimes it
stop moving, apparently depending on how busy my app is, but the relation is
not very clear.
could anyone could gives me some hint on its behavior ?