
System Magnification API Demo
This is a quick port of the Windows SDK example for the Magnification API.
There's two versions:
The original twinBASIC version, made using WinDevLib, so all APIs/UDTs/etc were already defined.
A backported VB6 version, which uses local copies of the defs. It's still 64bit compatible and can readily be imported to tB and compiled for either 32 or 64 bit.
At the top of the code you'll find options for the zoom factor (default 2.0) and whether to invert colors (default false).
Download from GitHub
(The WDL version makes it too big to attach here due to microscopic file size limits)