How to Make Mouse Pointer (Cursor) Maintain Hourglass ShapeLast reviewed: June 21, 1995Article ID: Q110542 |
The information in this article applies to:
- Professional and Standard Editions of Microsoft Visual Basic Programming System for Windows, versions 2.0 and 3.0
SUMMARYYou can have a Visual Basic application program set the mouse pointer (cursor) to an hour glass shape and wait. However, if the user moves the mouse over another application's window, the cursor will return to a mouse pointer. To force the cursor to maintain the hourglass shape even while over other windows, make the window a system modal window by using the SetSysModalWindow Windows API function.
MORE INFORMATION
Step-by-Step Instructions for Making a System Modal Window
|
Additional reference words: 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |