Where do I find an icon of a mouse pointer?

Go To StackoverFlow.com

0

I want my WPF application to have a ToggleButton that contains an image of the mouse pointer in it. The idea is that the user will choose one of three different cursors (the normal mouse cursor, the hand cursor, and a "zoom" cursor) by clicking on a ToggleButton. I want the cursor image to show on the ToggleButton.

How do I get these icons onto my button?

Tony

2012-04-05 20:39
by Tony Vitabile


1

If there are only three options, why don't you search for three images, and check the mouse around the, say, 30 secs and adjust the button, if needed.

2012-04-05 20:52
by 11684
so, google for the images, so you don't have to get them programmatically - 11684 2012-04-05 20:54
Yep, that's what I ended up doing. Thank - Tony Vitabile 2012-04-09 14:27
I always forget: @Ton - 11684 2012-04-10 05:57
Ads