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 CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is serialization ?which function is responsible for serializing data ?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
what is message Testing ?
How you find memory leaks?
What is Multithreading
What view class enables you to use an edit control as a view?
What is the difference between OnInitialUpdate and OnUpdate?
how does conditionally close the Dialog Box ?
1)How to load an icon on a button as Dynamically ?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What is a message map?