CWindow::SetDlgItemInt

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

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

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