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 primitive and non-primitive application?
What is the use of CObject::Dump function ?
What is difference between the TCP/IP and UDP socket
What is a message map?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is the difference between OnInitialUpdate and OnUpdate?
How to create a Modeless Dialog?
what if we provide two message handler for same message ?
What is the command routing in MFC framework?
What function is used to retrieve the currently selected index in a list box?
1)dynamic creation of a Button ?
What is CSingleDocTemplate?