Change cursor to an HourGlass and forget about it
Category:
MiscellaneousType:
ClassesDifficulty:
BeginningAuthor:
Brian GillhamVersion Compatibility:
More information:
This little ditty really helps when you want set an HourGlass cursor. There is no need to worry about setting the cursor back because when the routine goes out of scope the class will destroy itself and the cursor will be back to normal.
USE:
Dim Hourglass as HourGlass
Set HourGlass = New HourGlass
Thats it.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: