I am using the following code to change the icon to a custom icon.
However, it doesn't show the icon at actual size. It resizes it. I thought the size limitations were only with win9x and ME. I am using WinXP.
Is it possible to load the icon's actual size. Let's say 500 x 500?
Thanks,
Matt
Code:
Private Sub Form_Load()
Form1.MouseIcon = ImageList1.ListImages(1).Picture
Form1.MousePointer = 99
End Sub
However, it doesn't show the icon at actual size. It resizes it. I thought the size limitations were only with win9x and ME. I am using WinXP.
Is it possible to load the icon's actual size. Let's say 500 x 500?
Thanks,
Matt