OnInitDialog()中用SetWindowText(_T("标题"));
CFileDialog fileDlg(true); fileDlg.m_ofn.lpstrTitle="你要的标题";
SetWindowText();