Introduction
The CXrNumericEdit
class is derived from the normal CEdit class.
To use this class
To get and set the value in the CXrNumericEdit
control use the DDX functions.
void CNumericEditDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, IDC_POSITIVE_SAMPLE, m_dbPositiveValue);
...
}
Thanks to
- Randy More for 'All you ever wanted to know about the Clipboard'
- Ian J Hart by Number, Currency, Percentage Edit Control
- Dundas Software for the Masked Edit Control