CaptureEXEDlg method (Screen Control)
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