Displaying Animated Cursors
This section describes how to display an animated cursor using theRotateCursorprocedure or theSpinCursorprocedure. 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 theRotateCursorprocedure.You need to call the
InitCursorCtlprocedure to load your cursor resources before using the routines described in this section. For information about using theInitCursorCtlprocedure, see page 8-20.
Subtopics
- RotateCursor
- SpinCursor