Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to create or customize a magnifier. The magnifier needs to be the same as the windows 7 magnifier just differing in two things:

1) The magnifier does not follow the mouse cursor: I mean the magnifier stays static when it is zoomed in or out.

2) The mouse cursor does not go out from the magnifier view: I mean the mouse cursor can not go further from the zoomed area.

Any idea?

Thank you.

share|improve this question
1  
What have you tried so far? – Luis Filipe Feb 22 at 23:53
i have play with the settings on windows 7 magnifier and the wpf extended toolkit magnifier (codeplex), but nothing has giving me the answer – Fernando Santiago Feb 22 at 23:57
You'd have to write your own magnifier. I suggest you just use Zoomit: technet.microsoft.com/en-ca/sysinternals/bb897434.aspx – Peter Ritchie Feb 23 at 0:30
zoomIn does not support the things i need, anywat, i was hoping to be able to customize the windows magnifier or build it by myself using c# – Fernando Santiago Feb 23 at 0:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.