CWnd::SetDlgItemText
Visual Studio 2010
Sets the caption or text of a control owned by a window or dialog box.
void SetDlgItemText( int nID, LPCTSTR lpszString );
SetDlgItemText sends a WM_SETTEXT message to the given control.