|
-
Feb 25th, 2000, 08:16 PM
#1
Thread Starter
Hyperactive Member
Hi,
I have created my own little mouse icon 32x32 and saved is with the *.ico format. I would like the icon to appear on a picture box call picMain so I set the picture's MousePointer property to 99 - Custom and I selected the icon that I created in the MouseIcon property. For some reason I'm still getting the default mouse icon when I move the mouse over the picture box. I've done this many times before but for some strange reason its not working anymore. Does anybody have any ideas?
Thanks
-
Feb 26th, 2000, 02:42 AM
#2
Addicted Member
As long as you don't delete the file or the .frx file correspondint with the form it should work. Sorry, don't have any ideas ... perhaps to force it you could put the icon in another pic box with visible=false and then use
picMain.MouseIcon = picHidden.Picture to set the icon.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|