Using Magnification API For Windows

Jul 6, 2015 at 3:52am
I would still consider myself a beginner programmer.
I don't know where to start on this.

I'm trying to make a program that zooms in on the middle of my screen using Magnification Control of the Magnification API for Windows, while I'm holding down a specific key on the keyboard.

I don't need a GUI for this program.

Where would I start to program something like this?
Do I just make a console application and mess around with the code?

Jul 6, 2015 at 6:58am
If you are using the Window's operating system you would need to learn the use the window api and that isn't simple.

To get an idea of what is involved try googling for windows programming tutorials.

Last edited on Jul 6, 2015 at 7:00am
Topic archived. No new replies allowed.