Method BeginBusyCursor
BeginBusyCursor()
Changes the cursor to the given cursor for all windows in the application.
void BeginBusyCursor()
Remarks
Use IsBusyCursor to get current busy cursor state. Use EndBusyCursor() to revert the cursor back to its previous state. These two calls can be nested, and a counter ensures that only the outer calls take effect.