Environment: Visual C++ 6.0.
I add a CWNumEdit control to a dialog. I disable range checking on the control. The user can enter digits into the control or change the value with the arrow buttons. However, the user cannot type a minus sign into the control. If the arrow buttons are used, a negative value can be generated, and then modified by typing digits, but the minus sign can't be entered directly from the keyboard. Is this a bug?