I used to have machine with Windows XP and all *cur files in C:\Windows\Cursors location.
Now we moved to Windows 7 and I need to assign MouseIcon to a label so it will look and feel like a link (a hand with a finger pointing up, but not 'that’ finger). I have it all done, but I cannot find a *.cur file to use in my VB 6 application on my computer. In the MouseIcon property I can point to C:\Windows\Cursors location and select any *.cur files, but I get a message: “Invalid picture” when I select any of the cur files in VB 6. I guess it is because they all are 64-bit and I need 32-bit? (Is that right?)
How can I change the MouseIcon in VB 6 working in Windows 7?
Have fun.
---- Andy