salut, je veux changer un label lorsque j´appuie sur un bouton
void CeffeefDlg::OnBnClickedOk()
{
label_1->Text = "bla";
}
mais rien à faire j´ai cette erreur: 
left of ´->Text´ must point to class/struct/union
Ne marche pas non plus:
label_1.Text = "bla";
label_1->SetWindowText = "bla";
label_1.SetWindowText = "bla";
Ca me saoul qqn connait la solution?
