Windows wait cursor
The Windows wait cursor, informally the Blue circle of death (known as the hourglass cursor until Windows Vista) is a throbber that indicates that an application is busy performing an operation. It can be accompanied by an arrow if the operation is being performed in the background. The wait cursor can display on programs using the Windows API. HistoryFrom Windows 1.0 to Windows XP, it was represented by an hourglass. Windows Vista introduced a new, animated wait cursor. The wait cursor in Windows 7 was almost identical.[1] It is possible, however, to change the appearance of the cursor into the original hourglass cursor. Windows 8 introduced a new flat wait cursor. The new cursor is light blue on dark blue and removes the fade and the particles from the animated part. UsageThere are two uses for the wait cursor: short term and long term. The wait cursor is a shared resource in the system across applications and windows. By default, when the mouse cursor is in a window, the cursor shown is controlled by the window's registered window class and handling of In Microsoft Foundation Class Library (MFC) the wait cursor can be controlled by In Windows Forms, each Control instance has a Cursor property, which can be controlled by the application itself. For long term wait cursors, the See alsoReferences
|