Using Magnification API For Windows

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?

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
Topic archived. No new replies allowed.