1)How to change a text of a button as Dynamically?
Answer / 106743013743
OK button to become Login
BOOL Csample_button_name_changeDlg::OnInitDialog()
{
CDialog::OnInitDialog();
// Below Below, to change text on button in runtime
CButton* pLogin;
pLogin = (CButton*)GetDlgItem(IDOK);
pLogin->SetWindowTextW(L"Login");
return TRUE; // return TRUE unless you set the
focus to a control
}
| Is This Answer Correct ? | 1 Yes | 0 No |
how u can move CDC pointer to one line in cview?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
Explain about MDI and CMultiDocTemplate ?
what is the use of CCmdTarget?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
1)does Frame Thickness in MFC?
what is the difference between compiling and building?
How we can findout Memoryleaks, In what way it can be avoided
What is CSingleDocTemplate?
What function is used to disable a control at runtime?
What view class enables you to use an edit control as a view?
List out the basic features of MFC.