Hi,
I'm trying to change programmaticaly the text in a CStatic field.
I've added a CStatic variabile and associated to the control. If in the
init dialog I write

m_ctlText.SetWindowText(_T(""New Text"));

nothing change.
I've tryed to invalidate the control and use UpdateWindow without
reaching my goal. What can I do to update the text ?

Stefano