Good Day,
I'd like to ask how can I display the very same MouseIcon(the Hand icon) used in Internet Explorer. I can't seem to find the cursor / icon file for this mouseicon.
Thanks.
Printable View
Good Day,
I'd like to ask how can I display the very same MouseIcon(the Hand icon) used in Internet Explorer. I can't seem to find the cursor / icon file for this mouseicon.
Thanks.
It should be in your Win98 CD.
Win98\cdsample\images\hand.cur
Megatron,
Thanks! I'll check this out right now.
Could somebody please upload it? Thanks - all I have in the images dir are bitmaps.
hmm... this is the third hand I post today ?? what is it with you people and hands ?? :D
well hope this is the one you want RCharlton and Zeee
a lot
hi
im using the follow code to change mouseicon on a picture:
How can i do to back to default mouseicon (pointer) on the same picture??Code:pic5_angulo.MouseIcon = il_cursores.ListImages(4).Picture
pic5_angulo.MousePointer = vbCustom
thanks
bye
Try:
pic5_angulo.MousePointer = 0
Thanks! :)