views:

64

answers:

1

If I've got some Native Windows App (i.e. Delphi) and I'm having a lot of end users running it on things like the Nokia N800 connected to a windows terminal server using RDesktop.

Some of the things on the screen are very hard to see, but I don't want to have some weird magnification of the whole screen because the resolution on those Nokia devices is really pretty adequate.

Anyway, what I'm wondering is how you would approach a problem like this, I see in my list of related questions that there is Windows Magnification API, is that good for Win32 or just .NET? Is it too clunky to just increase the relative size of the button or label nearest to the stylus or finger or mouse on the screen. Are there 3rd party API's for this kind of Hi-jinx?

+1  A: 

Zarko Gajic from About.com wrote a nice article some time ago, you can see this link.

How to write a Delphi application that is able to zoom in portion of your desktop screen - like a loupe.

you can download the source from here

Bye.

RRUZ