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 is Multithreading

1 Answers   Invensys,


Tell me about different kinds of synchranization objects ?

6 Answers  


Name the Synchronization objects?

2 Answers  


What is the difference between regular dlls and extended dlls?

2 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


how many types of messages are their

4 Answers   E Logic, TCS,


Difference between Debug and Release versions?

4 Answers  


What is a message map?

1 Answers   Mphasis,


How can update edit control data of an executing application from other application?

3 Answers   HP,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


Why not virtual functions to handle messages?

5 Answers  


Categories