|
-
May 5th, 2001, 01:11 PM
#1
Change Mouse Cursor
How can i change my mouse cursor to a hour glass? I want to change the cursor to hour glass but revert back to normal after a delay of 1 second. Where can i find other kinds of cursor shape that my mouse cursor can take ?
-
May 5th, 2001, 01:31 PM
#2
Re: Change Mouse Cursor
MousePointer = vbHourglass
check out msdn under mousepointer
David Paulson
-
May 6th, 2001, 04:50 AM
#3
Re: Change Mouse Cursor
Suppose i want my mouse cursor change to hour glass regardless of what active window i am in whenever the value of one textbox of my form changes. However, when i put your code in the change event of my textbox and the VB form is not the active window or minimised , the mouse cursor does not change whenever the text value change and i am in other active window. How can i achieve my objective?
-
May 7th, 2001, 07:30 AM
#4
Re: Change Mouse Cursor
Screen.MousePointer = vbHourGlass
and back
Screen.MousePointer = vbDefault
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|