Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Entering minus sign in CWNumEdit

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?
0 Kudos
Message 1 of 2
(3,069 Views)
I have tried to reproduce this behavior with our tools for VC++ 6.0 It behaves as expected in both VC++ and VB. Try building a very simple project from scatch where you just drop a Numeric Edit on the panel, and give it a run. It should be able to behave as expected. If it still does not, post back to this thread, and make sure to include what version you are using. Thanks.
0 Kudos
Message 2 of 2
(3,069 Views)