CodeItBetter Programming Another VB Programming Blog

How to change the mouse pointer to a custom icon

Posted on January 4, 2009
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")

Related posts:

  1. How to set an image which is stored in imagelist as form’s mouse icon
  2. How to Load GIF/JPG file from Resource file
  3. How to Load a bitmap and save it as an icon
  4. How to Set an application’s Task Manager icon
  5. How to Make your own Custom Title Bar
  6. How to Make Controls and Forms with your own Custom Shape
  7. Vb6 Icon Tutorial
  8. How to Export BMP file to Icon file
  9. How to Disable all Forms till the Form is closed
  10. How to Load any image in Picture box control

Filed under: Forms Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.