How do I turn the mouse pointer from an arrow into an hourglass and then back?
Im using VB6
thanks
How do I turn the mouse pointer from an arrow into an hourglass and then back?
Im using VB6
thanks

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
<post#=78158>post 78158</post#> discusses the relative merits of
Screen.MousePointer = vbHourglass
and
system.cursor = wdCursorWait
StuartR