CaptureEXEDlg method (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

int CaptureEXEDlg(TWinControl* ParentWin, AnsiString strFileName, int iResourceType, int iDialogType, L_UINT uFlags);

Delphi Syntax

function CaptureEXEDlg (ParentWin: TWinControl; strFileName: String; iResourceType: L_INT; iDialogType: L_INT; uFlags: L_UINT): L_INT;

Overview

Refer to Implementing Screen Capture.

Remarks

Brings up a dialog box for getting resource information and then captures the specified resource from an EXE or DLL.

This method does not require the use of the hot key for capture.

See Also

Elements:

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