Link to home
Start Free TrialLog in
Avatar of BobRosas
BobRosas

asked on

Hour glass cursor

When I run my form in Visual Studio 2005 the mouse pointer icon is an hourglass and it doesn't go away.  I can still use my dropdown menus and type in information but I would like the pointer not the hour glass.  Was there some switch or setting I accidently changed?  I'm hoping this is an easy one.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of ZeonFlash
ZeonFlash

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BobRosas
BobRosas

ASKER

Thanks for your quick response.  The good news is you are right my cursor property is set to WaitCursor.  My problem is for some reason it's not letting me change it.  When I select defaut or type in the word default it immediately goes back to Wait Cursor.  When this happened I immediately checked to make sure I wasn't in run mode but that wasn't the case either.  I'm still hoping it's something simple.
Thanks again!
I found it.  UseWaitCursor was also set to True.  Once I changed that to false I was able to change the cursor setting.
Thanks for all your help!