Re: NumericUpDown.Value cannot be > 2^16
- From: "Steve B." <steve_beauge@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Nov 2005 12:32:50 +0100
??
"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.
.
- Follow-Ups:
- Re: NumericUpDown.Value cannot be > 2^16
- From: Konrad
- Re: NumericUpDown.Value cannot be > 2^16
- References:
- NumericUpDown.Value cannot be > 2^16
- From: Steve B.
- Re: NumericUpDown.Value cannot be > 2^16
- From: Konrad
- NumericUpDown.Value cannot be > 2^16
- Prev by Date: Re: NumericUpDown.Value cannot be > 2^16
- Next by Date: Re: Memory problem
- Previous by thread: Re: NumericUpDown.Value cannot be > 2^16
- Next by thread: Re: NumericUpDown.Value cannot be > 2^16
- Index(es):
Relevant Pages
|