Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1)set the Title for The File DialogBox, in MFC?



1)set the Title for The File DialogBox, in MFC?..

Answer / 106743013743


void CtharamDlg::OnBnClickedFileBtn()
{
CFileDialog *dlg = new CFileDialog(TRUE);

dlg->m_ofn.lpstrTitle = L"It's Time to Open the File";

dlg->DoModal();
}

try it, surly execute


code by Ctharam

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More MFC Interview Questions

What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


Can you explaing the relashionship between document,frame and view ?

2 Answers  


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


What does mfc stand for?

0 Answers  


What are the types of button controls?

10 Answers  


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


How you create a button dynamically?

2 Answers  


What is LPCTSTR? What does LP denote it?

4 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


What function is used to disable a control at runtime?

7 Answers  


What is the difference between workrer thread and UI thread

3 Answers   HCL,


visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


Categories