CaptureActiveClient method (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

int __fastcall CaptureActiveClient(void);

Delphi Syntax

function CaptureActiveClient: Integer;

Overview

Refer to Implementing Screen Capture

Remarks

Captures the currently active window's client area to the control's bitmap. Capture is performed using the hot key. By default, the hot key is F11.

Note: You must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before you allow your main window/application to terminate.

See Also

Elements:

CaptureActiveWindow method, CaptureArea method, CaptureFullScreen method, CaptureMenuUnderCursor method, CaptureWindowUnderCursor method, CaptureWallPaper, CaptureSelectedObject method, CaptureMouseCursor method, CaptureOptionDlg method, CaptureAreaOptionDlg method, CaptureObjectOptionDlg method, CaptureEXE method, CaptureEXEDlg method, Bitmap, OnCaptureImage event