CWnd::SetDlgItemInt

This method sets the text of a specified control in a dialog box to the string representation of a specified integer value.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

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::GetDlgItemInt