Click here to Skip to main content
15,884,917 members
Articles / Desktop Programming / MFC
Article

Fast screen, window, region and print screen capture

Rate me:
Please Sign up or sign in to vote.
1.39/5 (73 votes)
4 Dec 2002CPOL 335K   5K   67   64
Screen Snaper is an fast screen, window, region and print screen capture

Sample Image - ScreenSnaper.gif

Introduction

Screen Snaper is an simple application for Screen capture and snapshot. The application use exported function from library SnaperHelper.dll compatible with VC, VB, Delphi and other languages that can use DLL.

Snapshot features

  • Get Desktop window
  • Get Window on the Desktop
  • Get Region of the desktop
  • Trap Print Screen key

In Window and Region capture mode, an helper show the zoomed position under the cursor and the current color. These modes also include keys shortcut and pop menu to permit switch between mode and much more...

About demo

This demo application include source code for clients in VC and VB. The source code of library SnaperHelper.dll is not provided.

History

  • 8 december 2002 - Demo project updated. Now include missing SnaperHelper.lib and SnaperHelperLib.h.

Enjoy!

License

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


Written By
CEO
Canada Canada

Comments and Discussions

 
Generalregion coordinates Pin
hsiaod11-Jun-03 22:39
hsiaod11-Jun-03 22:39 
GeneralRe: region coordinates Pin
DCUtility12-Jun-03 2:22
professionalDCUtility12-Jun-03 2:22 
Actually you cannot get the coordinates of selected region and no other image formats included.

For the coordinates, I will add CRect function to get the x1, y1, x2, y2 coordinates of user selected area on the screen ex: HBITMAP GetRegionImage(LPRECT lprc);

For captured image format, nothing new! Your app need to convert HBITMAP Handle to other image format.

===== Last week, one people offer me 1500$ US to have the source code and at this moment, I dont know if I will accept this offer. =====

->L'enfer est pavé de bonnes intentions! :-S
->The road to hell is paved with good intentions! :-S
GeneralRe: region coordinates Pin
hsiaod12-Jun-03 9:57
hsiaod12-Jun-03 9:57 
GeneralRe: region coordinates Pin
obni19913-Dec-06 7:00
obni19913-Dec-06 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.