Hello everyone!
I am looking for a code in order to increase automatically my numericupdowns until my result. for example:
NumericUpDown3.Value = CInt(Math.Round((NumericUpDown3.Value - (NumericUpDown3.Value * 0.15)), MidpointRounding.AwayFromZero))
I would like see a "increasing transition" before the result. it would give a better effect to my work.
like: if my result is 20: i would like to see 4...9...15...then 20
Thank in advance for your answer!:wave:
I am looking for a code in order to increase automatically my numericupdowns until my result. for example:
NumericUpDown3.Value = CInt(Math.Round((NumericUpDown3.Value - (NumericUpDown3.Value * 0.15)), MidpointRounding.AwayFromZero))
I would like see a "increasing transition" before the result. it would give a better effect to my work.
like: if my result is 20: i would like to see 4...9...15...then 20
Thank in advance for your answer!:wave: