CFindReplaceDialog::Create

This method creates and displays either a Find or Find/Replace dialog box object, depending on the value of bFindDialogOnly.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL Create( BOOL bFindDialogOnly, LPCTSTR lpszFindWhat,
LPCTSTR lpszReplaceWith = NULL, DWORD dwFlags = FR_DOWN,
CWnd* pParentWnd = NULL );

See Also

CFindReplaceDialog::CFindReplaceDialog