I am using
SendMessage $hUpDownOne ${UDM_SETRANGE} -7 6 ; min max
SendMessage $hUpDownOne ${UDM_SETPOS32} -2 $varUpDownOne
The documentation for UDM_SETRANGE says it accepts a short (which is signed by definition).Can an UpDown control spin to negative values?
If so, what am I missing?