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 to handle command line arguements from simple MFC application ?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
how many types of classes are ther,what are that
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.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
How to handle dynamic menus in MFC?
Tell me the different controls in MFC ?
what do you mean by psychic window?
How to convert the content of buffer into lower case character.
What is userdefine Messages in MFC?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
How we call a dialog in another dialog?