K Krish Jun 24, 2004 #1 Is it true that I cannot increment in decimals, I would like to increment the control by .25 thanks
S Shakir Hussain Jun 24, 2004 #2 Krish, You have to set these two properties for it to increment that way in design mode numericUpDown1.DecimalPlaces = 2; numericUpDown1.Increment= 0.25; Shak.
Krish, You have to set these two properties for it to increment that way in design mode numericUpDown1.DecimalPlaces = 2; numericUpDown1.Increment= 0.25; Shak.