// JP opened flex table

Click to See Complete Forum and Search --> : Static text


Gomez
December 10th, 2000, 11:32 AM
i'm doing a MFC program and have put a static text control on the Form. When the program runs the text displays itself. However once i gave that static text control a variable name it will not display itself.WHY?

any help will be greatly appreciated
thanks
Craig

Hani Atassi
December 25th, 2000, 01:28 PM
Make sure that your static ID is not IDC_STATIC

//JP added flex table