Home > How-To Library > Forms

How to change the mouse pointer to a custom icon

**************************************************************** * © 2007 CodeItBetter http://www.codeitbetter.com * * This notice MUST stay intact for legal use * ****************************************************************
'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")

If you would like to submit your code here please us. Do not forget to mention your name. We are always thankful to each and everyone of you who submitted their code here.