This method changes a control's text to the string representation of an integer value.
BOOL SetDlgItemInt( int nID, UINT nValue, BOOL bSigned = TRUE );
| Header file: | Atlwin.h |
| Platforms: | |
| Versions: | Version 2.0 and later |
| Complete documentation: | Visual C++ documentation |
The bSigned parameter is not used in Windows CE. All values passed in the nValue parameter are assumed to be signed.
CWindow Overview, CWindow Methods, CWindow::SetDlgItemText