B
Beorne
I'm on compact framework on WinCE
the code
----------------------------------------------------
// Par.Offset == 75000 and is an int
decimal pippo = Par.Offset;
// now pippo == 75000
numericUpDownOffset.Value = pippo;
// now numericUpDownOffset.Value == 9464
----------------------------------------------------
Why?????
numericUpDownOffset.Maximum = 1000000000
numericUpDownOffset.Minimum = 0
numericUpDownOffset.Increment = 1
Is it a bug?
the code
----------------------------------------------------
// Par.Offset == 75000 and is an int
decimal pippo = Par.Offset;
// now pippo == 75000
numericUpDownOffset.Value = pippo;
// now numericUpDownOffset.Value == 9464
----------------------------------------------------
Why?????
numericUpDownOffset.Maximum = 1000000000
numericUpDownOffset.Minimum = 0
numericUpDownOffset.Increment = 1
Is it a bug?