Hello, there!
I have to keep the user waiting just for a second while my application processes some DBFs...
And I don't want the user to start click here & there trying to find out if the app crashed or the PC is about to hang.
So, I want to set the pointer to HourGlass and then, after the processes finish, re-set the standard arrow-like mouse pointer.
I've found the
property which applies to, for example, a form. But I want to set the mouse pointer in an object-agnostic way, not depending on a form or combo or any other control.
Hope have been clear
Regards,
Arlequín
arlequin@montevideo.com.uy
I have to keep the user waiting just for a second while my application processes some DBFs...
And I don't want the user to start click here & there trying to find out if the app crashed or the PC is about to hang.
So, I want to set the pointer to HourGlass and then, after the processes finish, re-set the standard arrow-like mouse pointer.
I've found the
Code:
MousePointer
Hope have been clear
Regards,
Arlequín
arlequin@montevideo.com.uy