'Forms - How to change the mouse pointer to a custom icon
'First select a form or a control and set the 'MousePointer property to 99-Custom.
'Then you load an .ico file into the MouseIcon property using the LoadPicture function.
Form1.MouseIcon = LoadPicture("c:\MyPointer.ico")