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 |
Why Array Index starts from Zero
what do you mean by psychic window?
General purpose classes in MFC
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
1)At run-time, you can change the icon by calling the LoadIcon() function?
How can server communicate with more than one client
What is mfc class hierarchy?
How to find the mouse entering an image?..while entering need to display next image...
What is the use of UpdateData funciton ?
How to convert the content of buffer into lower case character.
What is Multithreading
1)dynamic creation of a Button ?