CFindReplaceDialog::Create

Call this member function to create and display either a Find or Find/Replace dialog box object, depending on the value of bFindDialogOnly.

Syntax

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

At a Glance

Header file: Afxdlgs.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CFindReplaceDialog Overview, CFindReplaceDialog Member Functions, Dialog Box Classes, CFindReplaceDialog::CFindReplaceDialog