|
-
Jan 5th, 2002, 10:22 PM
#1
Thread Starter
New Member
magnify screen
To help a person with visual impairments, I need to zoom in (approx 200-500%) on an area of the desktop, or another application (e.g. Word). I also need to pan up, down, left or right at this magnification.
Any examples or API function would be much appreciated.
Steve
-
Jan 6th, 2002, 12:29 PM
#2
Do you need to program it yourself? If not, there is a tool called ZoomIn (which is shipped with Visual Studio) that does exactly what you specified.
-
Jan 7th, 2002, 02:17 PM
#3
-
Aug 11th, 2005, 09:23 PM
#4
Lively Member
Re: magnify screen
check this out, its fantastic to say the least
http://freevbcode.com/ShowCode.asp?ID=6940
-
Aug 28th, 2005, 04:41 PM
#5
Software Eng.
Re: magnify screen
In terms of API, the StretchBlt function can be used to redraw an image with different dimensions.
That's the basis of a ZoomIn program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|