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 is the use of CCmdTarget ?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is userdefine Messages in MFC?
What function is used to disable a control at runtime?
Explain Doc/View architecture
How can server communicate with more than one client
1)set the Title for The File DialogBox, in MFC?
1)why we cant create more than one instance of the class Derived from CWinApp
What is model and modeless dialog box ? Give some examples?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
How can update edit control data of an executing application from other application?
Psychic Window Technique