CWindow::GetDlgItemInt

This method translates a control's text to an integer.

Syntax

UINT GetDlgItemInt( int nID, BOOL* lpTrans = NULL, BOOL bSigned = TRUE ) const;

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

The GetDlgItemInt method can only translate text strings of up to 48 characters.

See Also

CWindow Overview, CWindow Methods, CWindow::SetDlgItemInt, CWindow::GetDlgItemText