Call this member function to set the text of a given control in a dialog box to the string representation of a specified integer value.
void SetDlgItemInt( int nID, UINT nValue, BOOL bSigned = TRUE );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
In Windows CE, the bSigned parameter is not used. All values passed in the nValue parameter are assumed to be signed.
CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetDlgItemInt