how can you make the hour glass appear next to the cursor. I want to be able to turn it on/off. thnks
VB 6 Professional Edition
Use the Screen.mousepointer setting: Code: Screen.MousePointer = vbArrowHourglass --CODE-- Screen.MousePointer = vbHourglass --CODE-- Screen.MousePointer = vbDefault Hope this helps
Screen.MousePointer = vbArrowHourglass --CODE-- Screen.MousePointer = vbHourglass --CODE-- Screen.MousePointer = vbDefault
Negative 0 Blog | RegEx | Encrypting UN/PW in Web.Config | Enabling ASP.Net on IIS 6 | Port Numbers | Creating GUIDs | Start->Run | Modifying the default class
Forum Rules