Click to See Complete Forum and Search --> : Change Mouse Cursor
eng70640
May 5th, 2001, 01:11 PM
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 ?
d.paulson
May 5th, 2001, 01:31 PM
MousePointer = vbHourglass
check out msdn under mousepointer
David Paulson
eng70640
May 6th, 2001, 04:50 AM
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?
Iouri
May 7th, 2001, 07:30 AM
Screen.MousePointer = vbHourGlass
and back
Screen.MousePointer = vbDefault
Iouri Boutchkine
iouri@hotsheet.com
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.