CFolderPickerDialog dlg(filter); if (dlg.DoModal()==IDOK) { FilePathName = dlg.GetPathName(); m_FilePath = FilePathName;. UpdateData(FALSE);. }
確定! 回上一頁