vote up 0 vote down star
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?

flag

74% accept rate

1 Answer

vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.