void SetDlgItemText( int nID, LPCTSTR lpszString );
Parameters
nID
Identifies the control whose text is to be set.
lpszString
Points to a CString object or null-terminated string that contains the text to be copied to the control.
Remarks
Sets the caption or text of a control owned by a window or dialog box.
SetDlgItemText sends a WM_SETTEXT message to the given control.
CWnd Overview | Class Members | Hierarchy Chart
See Also ::SetDlgItemText, WM_SETTEXT, CWnd::GetDlgItemText