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 |
List out the basic features of MFC.
what is the use of CCmdTarget?
What is a critical section and how is it implemented?
plzz tell me what we can do and dont in tally ERP & sap business one?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
1)To Remove WS_MINIMIZEBOX in a Frame ?
If application hangs while SendMessage is waiting for the result, how you handle it?
what message is sent to an application when the user presses the primary button?
Difference between Cclint DC & Cpaint Dc
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What are the special requirements for dialog box resources used in a form view?
General purpose classes in MFC