Re: NumericUpDown.Value cannot be > 2^16

Tech-Archive recommends: Fix windows errors by optimizing your registry



??


"Konrad" <xxx@xxxxxx> a écrit dans le message de news:
dkfdei$40d$1@xxxxxxxxxxxxxxxxxxxxxxx
> U¿ytkownik Steve B. napisa³:
>
>> Hi,
>>
>> I've a strange behaviour on the numericupdown control.
>>
>> Althought it property "Value" is decimal type, the value cannot be >
>> 2^16. If the value is greater, it becomes 0.
>>
>
> Try
>
> MessageBox.Show(numericUpDown1.Text);
>
> and
>
> x = Decimal.Parse(numericUpDown1.Text);
>
>
>
>
> Konrad.


.



Relevant Pages