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?