okay, I have a bit of static text which I placed on a dialog box. I mapped the ID of the text to a CString. I would like to change the actual text when I press a command button.

i use:

m_strHandText = "SOME TEXT ID LIKE TO DISPLAY";

what do I now call to have that displayed at runtime in place of the current text displayed??