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 functioning of DIalodDataXchange ..?
What is the base class for MFC Framework ?
How to convert a CString variable to char* or LPTSTR?
1)does Frame Thickness in MFC?
how many types of messages are their
List out the parameters of WinMain Function.
How you find memory leaks?
1) create ToolTip in MFC?
What are the types of button controls?
What is the use of CCmdTarget ?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
1)How to change the size of a button at run time ?