⟩ How to Enable and Disable CButton at runtime?
CButton *btnsample = (CButton *)GetDlgItem(IDC_BUTTON1);
btnsample->EnableWindow(FALSE); // To Disable a button
btnsample->EnableWindow(TRUE); //To Enable a Button
CButton *btnsample = (CButton *)GetDlgItem(IDC_BUTTON1);
btnsample->EnableWindow(FALSE); // To Disable a button
btnsample->EnableWindow(TRUE); //To Enable a Button
What is Package Testing life cycle?
What Is the Relation between XHTML and XML?
What Does an XHTML Document Look Like?
What Is the Relation between XHTML and HTML?
What Is XHTML?
How Many Tags Are Defined in XHTML 1.0?
What Is the Latest XHTML Specification?
Who Developed XHTML?
What Is the Relation between XHTML and DTD?
What Is the Relation between XHTML and CSS?