Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mousepointer Icon Size

Status
Not open for further replies.

MattSTech

Programmer
Apr 10, 2003
333
US
I am using the following code to change the icon to a custom icon.

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
 
I am so sorry for wasting time. I changed my keyword search and found this.

thread222-1125467

Thanks for the thoughts.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top