visual studio 2005 - MFC: Why does my spin control work backwards -
Using MS Visual Studio, I've attached spin control for an editing control using the "Auto Body" property. I
The spin control changes the editing box, but the up button decreases the value and increases the down button value.
How can you fix it?
Because how does this happen 8-) You work around it using this.
Documentation "The default limit for the spin button is maximum zero (0) and minimum set 100. Because the maximum value is low, the minimum value, clicking on the up arrow will reduce the position and click on the down arrow. Use the CSPN button Ctrl + SetRange to adjust these values. "... without decent interpretation.
Comments
Post a Comment