Tnarg
07-24-2003, 03:47 PM
Can you make an icon that is the cursor in a vb program so instead of having the normal arrow you have an icon?
Can you make an icon that is the cursor in a vb program?Tnarg 07-24-2003, 03:47 PM Can you make an icon that is the cursor in a vb program so instead of having the normal arrow you have an icon? Lar_19 07-24-2003, 04:00 PM Yes, assign your icon file to the control's MouseIcon property and set the MousePointer property to '99-Custom.' However I'd suggest you use a cursor file instead, the 'hot-spot' of the cursor will be more useful to the user. Boris 07-24-2003, 04:40 PM There is a problem with cursors... they are only black and white... However... the hotspot on an icon is always at 0,0 so you could try to draw your cursor by that info Val 07-24-2003, 04:46 PM Is it possible to get colored cursors? Boris 07-24-2003, 04:48 PM Well, not .cur cursors, at least not in vb... |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum