/ScreenShot

You need Visual Studio 2017 Community or IDE with higher version in Windows 10 OS to compile this project. To compile this project, you also need to have WDK10 installed.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ScreenShot

README.MD NEEDS TO BE CHANGED. THIS EDITION OF README.MD IS ONLY FITTING TO ver.0.2.x-alpha PROGRAM.

INTRODUCTION: A light Program with C++ & Windows 10 API to get & save screen shot in Windows 10.

NOTICE: THIS PROGRAM IS ONLY FOR WINDOWS 10, BECAUSE IT USES UNDOCUMENTED FUNCTIONS WHICH ARE ONLY FOR WINDOWS 10!

NOTICE: THIS PROGRAM IS NOT FINISHED!

It's my first code in Github, hope you will like it. If there were something wrong with the code, I would be very sorry & sad about that. Please leave me a message when you find bugs & better ways to realize the function.

Useage by now: run ScreenShot.exe. On the first time you run it, it will create config.ini and folder screenshot, and then after two dialogs, you need to select a rectangle area you want to capture by Click and Drag. Then the picture will be saved into folder screenshot. If you are not the first time to run it, you can set two kinds of mode to use it, use mouse to select the rectangle area and automatically capture a fixed area. You can change the modes in config.ini.


Copyright(C) 2018 @JohnBoxAnn

This program is free software : you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/.

The project github site is https://github.com/JohnBoxAnn/ScreenShot.