1)set the Title for The File DialogBox, in MFC?
Answer / 106743013743
void CtharamDlg::OnBnClickedFileBtn()
{
CFileDialog *dlg = new CFileDialog(TRUE);
dlg->m_ofn.lpstrTitle = L"It's Time to Open the File";
dlg->DoModal();
}
try it, surly execute
code by Ctharam
| Is This Answer Correct ? | 3 Yes | 0 No |
What interface must be supported by an ActiveX control?
Which CPrintInfo member variable must be set for multiple page printouts?
what is the use of Mutex and critical section
What is the difference between Extension DLL and Regular DLL?
If i derive a new class from CObject what are the basic features my derived wil get ?
How to convert a CString variable to char* or LPTSTR?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
is there any class which is not derived from Cobject
What are the types of button controls?
What is primitive and non-primitive application?
Explain in sort What is CTargetObject?
What is the size of class