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) Enable or disable a Cancel button at run time?



1) Enable or disable a Cancel button at run time?..

Answer / 106743013743

Hi,

Example:-

BOOL Ctharam::OnInitDialog()
{
CDialog::OnInitDialog();
// Below Code, To Enable or Disable a button as
runtime
CButton *pLogin1 = (CButton*)GetDlgItem(IDCANCEL);
pLogin1->SetWindowTextW(L"Reset");
pLogin1->EnableWindow(FALSE);

return TRUE;
}

Note:- pLogin1->EnableWindow(TRUE); // to enable a Cancel
button


I hope that it might be helpful to you!!!!!

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More MFC Interview Questions

Hi can anyone explain about the synchronization objects types and where we are using in the code.

1 Answers  


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


What is CSingleDocTemplate?

1 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


Difference between Debug and Release versions?

4 Answers  


What is the difference between workrer thread and UI thread

3 Answers   HCL,


How to access document object from view ?

1 Answers  


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


What is the base class for MFC Framework ?

2 Answers   Mphasis,


How to convert the content of buffer into lower case character.

3 Answers   E Logic,


Tell me the different controls in MFC ?

5 Answers  


Categories