i know how to change the icon to something else, but i was wondering where i could get the pointer icon that shows up in microsoft internet explorer when the pointer is over a link (the pointing hand icon)..
hoping someone could help fast..
Printable View
i know how to change the icon to something else, but i was wondering where i could get the pointer icon that shows up in microsoft internet explorer when the pointer is over a link (the pointing hand icon)..
hoping someone could help fast..
Hi,
by setting the MousePointer property of the form/control to 99 (custom) and select the MouseIcon of the form/control. You can find some mouse icons on you vb cd in \common\graphics\cursors.
You can create mouse cursors yourself too. I usually use Visual C++ (finally something it's good for) but I bet you'll find some freeware cursor editors on the web.
Roger