CodeItBetter Programming Another VB Programming Blog

How to change the mouse pointer to a custom icon

Posted on August 12, 2011
1
2
3
4
'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")
Filed under: Forms Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.