Important: The information in this document is obsolete and should not be used for new development.
Displaying Animated Cursors
This section describes how to display an animated cursor using theRotateCursor
procedure or theSpinCursor
procedure. You use an animated cursor when your application performs a medium-length operation that might cause the user to think that the computer has quit working. The two procedures are similar, but you must maintain a counter with theRotateCursor
procedure.You need to call the
InitCursorCtl
procedure to load your cursor resources before using the routines described in this section. For information about using theInitCursorCtl
procedure, see page 8-20.
Subtopics
- RotateCursor
- SpinCursor