Click here to Skip to main content
Click here to Skip to main content
 

Fast screen, window, region and print screen capture

By , 4 Dec 2002
 
screensnaperdemo.zip
Output
SnaperHelper.dll
SnaperTestVB.exe
SnaperTestVC.exe
SnaperTestCV
res
SnaperTest.ico
SnaperTestDoc.ico
Toolbar.bmp
SnaperHelper.lib
SnaperTest.dsp
SnaperTest.dsw
SnaperTestVB
frmAbout.frm
frmAbout.frx
frmDocument.frm
frmMain.frm
frmMain.frx
Module1.bas
ScrllngFrm.ctl
ScrllngFrm.ctx
SnaperHelperLib.bas
SnaperTestVB.vbp
SnaperTestVB.vbw
/////////////////////////////////////////////////////////////////////////////
//FUNCTION HEADER
/////////////////////////////////////////////////////////////////////////////
#ifndef SnaperHelperLib_H
#define SnaperHelperLib_H

#ifdef __cplusplus
extern "C" {
#endif
 
HBITMAP WINAPI GetDesktopImage(LPSIZE lpSize = NULL);
HBITMAP WINAPI GetWindowImage(LPSIZE lpSize = NULL);
HBITMAP WINAPI GetRegionImage(LPSIZE lpSize = NULL);	
HBITMAP WINAPI GetClipboardImage(LPSIZE lpSize = NULL, BOOL bPlaySound = TRUE);

BOOL    WINAPI TrapPrintScreen(HWND hWnd);
BOOL    WINAPI UnTrapPrintScreen(HWND hWnd);

const UINT UWM_PRINTSCREEN = RegisterWindowMessage("UWM_PRINTSCREEN");

#ifdef __cplusplus
}
#endif
  
#endif;

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

DCUtility
Other DCUtility
Canada Canada

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130619.1 | Last Updated 5 Dec 2002
Article Copyright 2002 by DCUtility
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid