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 |
How can we create thread in MFC framework?
what is the component of CLR ?
What is the difference between workrer thread and UI thread
What is mfc class hierarchy?
is it possible to display a window .without using windowclass
Does the application have more than one object? If Yes, Briefly explain.
What is the difference between ASSERT and VERIFY?
What is thread & process?
What is the use of OninitDialog ?
What is Multithreading
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
How to create a Modeless Dialog?