CFindDialogImpl::PrepareCreation

voidCFindDialogImpl::PrepareCreation(DWORDdwFlags, HWNDhWndParent = NULL)

Prepare the dialog for creation

Defined in: CommonDialogs.h

Parameters

dwFlags

Creation flags

hWndParent = NULL

Window handle of parent

Comments

Encapsulates the standard find dialog functionality The  CFindDialog lets you type in a string for which to search. The dialog box then calls back to the parent window every time the user clicks on the "Find" button. The application then takes the string typed in by the user and tries to find it within the document.