CWindow::SetDlgItemInt

 

Changes a control's text to the string representation of an integer value.

Syntax

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

Remarks

See SetDlgItemInt in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::GetDlgItemInt
CWindow::SetDlgItemText