CFileDialog::DoModal

Call this member function to display the Windows common file dialog box and allow the user to browse files and directories and enter a filename.

Syntax

virtual int DoModal( );

At a Glance

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

See Also

CFileDialog Overview, CFileDialog Member Functions, Dialog Box Classes, CDialog::DoModal, CFileDialog::CFileDialog