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

What is the use of CCmdTarget ?

4 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


What is the difference between regular dlls and extended dlls?

2 Answers  


How to create a Modeless Dialog?

5 Answers  


What is the use of CObject::Dump function ?

4 Answers  


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

3 Answers   E Logic,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


Tell me the different controls in MFC ?

5 Answers  


What is Multithreading

1 Answers   Invensys,


What interface must be supported by an ActiveX control?

2 Answers  


What is the difference between the SDI and MDI

3 Answers   Invensys,


how to repaint when working with horizontal scroll bar

0 Answers  


Categories