CWnd::SetDlgItemInt

Call this member function to set the text of a given control in a dialog box to the string representation of a specified integer value.

Syntax

void SetDlgItemInt( int nID, UINT nValue, BOOL bSigned = TRUE );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

In Windows CE, the bSigned parameter is not used. All values passed in the nValue parameter are assumed to be signed.

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetDlgItemInt