Visual Studio 2010 - Visual C++
CFileDialog::HideControl
Call this member function to hide the specified control in an Explorer-style Open or Save As common dialog box.
void HideControl( int nID );
Parameters
Remarks
The dialog box must have been created with the OFN_EXPLORER style; otherwise, the function will fail with an assertion.
Requirements
Header: afxdlgs.h
See Also