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 |
Name the Synchronization objects?
In VC++ How to transfer between one exe to another exe while running..
what is the use of CWinApp class?
What is the difference between regular dlls and extended dlls?
What is the use of OninitDialog ?
How can i change the color of a dropdowncombobox elements
what is the use of AFX_MANAGE_STATE ?
How to handle command line arguements from simple MFC application ?
What is the difference between Struts and JSF? Pls list some most suitable differences.
Explain about MDI and CMultiDocTemplate ?
How to handle dynamic menus in MFC?
How can i implement the dynamic menus in MFC plz give the code