CWindow::SetDlgItemInt

This method changes a control's text to the string representation of an integer value.

Syntax

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

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

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

See Also

CWindow Overview, CWindow Methods, CWindow::SetDlgItemText