Click here to Skip to main content
15,886,046 members
Articles / Desktop Programming / MFC

Target Eye Revealed: Part 2 - Target Eye's Screen Capturing

Rate me:
Please Sign up or sign in to vote.
4.96/5 (51 votes)
12 Jun 2014CPOL10 min read 112.3K   3.7K   85  
How Target Eye's screen capturing mechanism works
This article is the second one in the Target Eye Revealed series, and discusses the screen capturing mechanism. After taking a look at the purpose of screen capturing, we will see a few screenshot files followed by steps in capturing the screen. We will also get to learn how to use the source code.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScreenCapturePOC", "ScreenCapturePOC.vcxproj", "{C64DBE84-EFD4-4984-93C1-2DEF808BFF8F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C64DBE84-EFD4-4984-93C1-2DEF808BFF8F}.Debug|Win32.ActiveCfg = Debug|Win32
		{C64DBE84-EFD4-4984-93C1-2DEF808BFF8F}.Debug|Win32.Build.0 = Debug|Win32
		{C64DBE84-EFD4-4984-93C1-2DEF808BFF8F}.Release|Win32.ActiveCfg = Release|Win32
		{C64DBE84-EFD4-4984-93C1-2DEF808BFF8F}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Secured Globe, Inc.
United States United States
Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. He is the author of a the book Learning C++ , which teaches C++ 20, and was published in August 2022.

He is the CEO of Secured Globe, Inc., and also active at Stack Overflow.

Read our Corporate blog or read my Personal blog.





Comments and Discussions