Link to home
Start Free TrialLog in
Avatar of rcblevins
rcblevins

asked on

Change Cursor to Hourglass from a Class

I have a windows forms project that has all of it's db access handled from a seperate class library.  I would like to change the applications cursor to the hourglass cursor any time db access is performed.  Is there an easy way to do this from the class library?  Thanks for any help.
ASKER CERTIFIED SOLUTION
Avatar of x77
x77
Flag of Spain image

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 rcblevins
rcblevins

ASKER

Thanks.  That seems to have done the trick.