Bonjour a tous,

Voila j'ai une variable CEdit m_Edit1 associée a un Edit Control. Je veux faire un truc du style :

void Display(void)
{
m_Edit.SetWindowText("he");
UpdateData(FALSE);
}
Mais je ne peux pas car ma fonction ne connait pas m_Edit. Il ne connait pas non plus UpdateData(FALSE).

Comment faire ????

Merci