Click here to Skip to main content
16,004,540 members
Articles / Programming Languages / VC++

Simple Magnifier Dialog

8 Jun 2020CPOL2 min read 6.1K   356   6  
A modeless dialog that allows magnification of a section of a display screen.
Designing an application that requires graph manipulation, frequently requires to see the graph displayed in its smallest forms: to observe how the pixels interact with each other, how close they are, how the software is dealing with them. Most of the time, by direct naked eye observation, you get the information needed, except in those individual cases when it is necessary to get a little closer look.
This is an old version of the currently published tip/trick.

Only logged in members can view this content

Please go to the VC++ Table of Contents to view the list of available articles in this section.