1)how to Display the File Dialog Box, in MFC ?
Answer / 106743013743
Ex:-
void Ctharam::OnBnClickedFileBtn()
{
CFileDialog *dlg = new CFileDialog(TRUE); // TRUE means Open
dlg->DoModal();
}
code by Ctharam
Is This Answer Correct ? | 2 Yes | 0 No |
What is socket?
What is model and modeless dialog box ? Give some examples?
How can server communicate with more than one client
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
Whats is DDX & DDV in MFC?
Explain Doc/View architecture
1)dynamic creation of a Button ?
How can we create thread in MFC framework?
What is the difference between the ASSERT and VERIFY macros?
Difference between Debug and Release versions?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
what message is sent to an application when the user presses the primary button?