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 |
Explain the flow of SDI application?
what is message Testing ?
what is functioning of DIalodDataXchange ..?
What is the difference between Synchronous sockets and asynchronous sockets?
How to find the mouse entering an image?..while entering need to display next image...
How we can findout Memoryleaks, In what way it can be avoided
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
1)how to Display the File Dialog Box, in MFC ?
What is the command routing in MFC framework?
How to access document object from view ?
is there any class which is not derived from Cobject
What is the base class for MFC