This method translates a control’s text to an integer.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
UINT GetDlgItemInt( int nID, BOOL* lpTrans = NULL,
BOOL bSigned = TRUE ) const;
Remarks
The GetDlgItemInt method can only translate text strings of up to 48 characters.
See Also