⟩ How to change the Text of a CButton at Runtime?
CButton *btnsample= (CButton *)GetDlgItem(IDC_BUTTON1); //suppose IDC_BUTTON1 is the ID of CButton
btnsample->SetWindowText(_T("Lahore"));
CButton *btnsample= (CButton *)GetDlgItem(IDC_BUTTON1); //suppose IDC_BUTTON1 is the ID of CButton
btnsample->SetWindowText(_T("Lahore"));
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?
What Is the Relation between XHTML and SGML?