This method sets the text of a specified control in a dialog box to the string representation of a specified integer value.
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 |
void SetDlgItemInt( int nID, UINT nValue, BOOL bSigned = TRUE );
In Windows CE, the bSigned parameter is not used. All values passed in the nValue parameter are assumed to be signed.