1
vote
1answer
41 views
How do I force redisplay of UpDown Boxes?
How can I force the redisplay of the value of the UpDown box?
I have an application that has a number of UpDown boxes for setting values of a configuration file before loading the …
1
vote
5answers
1k views
New C# Programmer - Adding two numericUpDown values together?
Hi there!
I'm fairly new to C# programming.
I am making a program for fun that adds two numbers together, than displays the sum in a message box. I have two numericUpDowns and a b …
1
vote
4answers
101 views
What is the best method to get a number from an user?
Hello all, I was wondering for a small list of numbers [1..20], what kind of control will you advise to prompt the user for his selection.
I was thinking of a NumericUpDown contro …
1
vote
2answers
73 views
Can NumericUpDown control do this?
Hi All,
I'm experimenting with the NumericUpDown control and have a question regarding its' flexibility. Basically, what I would like to do is display year ranges like so:
2006- …
1
vote
4answers
3k views
Good NumericUpDown equivalent in WPF?
I'm looking for a simple NumericUpDown (a.k.a. number spinner) control in WPF. This seems to be another lacking control in WPF. There must be some existing ones out there and I don …
2
votes
3answers
197 views
WinForms: NumericUpDown (.NET CF 3.5) and real numbers
NumericUpDown seems to be only dealing with integers. How can I modify it (?), so I can use doubles as Value and Increment?
0
votes
2answers
509 views
How do I get a TextBox to only accept numeric input in WPF?
I'm looking to accept digits and the decimal point, but no sign.
I've looked at samples using the NumericUpDown control for WinForms, and this sample of a NumericUpDown custom c …
0
votes
2answers
854 views
Where is the WPF Numeric UpDown control?
Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am looking for the Numeric UpDown control. Was ther …
1
vote
6answers
931 views
Java: Format number in millions
Is there a way to use DecimalFormat (or some other standard formatter) to format numbers like this:
1,000,000 => 1.00M
1,234,567 => 1.23M
1,234,567,890 => 123 …
0
votes
2answers
332 views
How to select all text in Winforms NumericUpDown upon tab in?
When the user tabs into my NumericUpDown I would like all text to be selected. Is this possible?
0
votes
1answer
630 views
Customized DataGridView column does not accept the entered decimal seperator under Windows Vista
Hello everybody!
For a project I built a custom DataGridView column which contains NumericUpDown controls. It is implemented similar to the suggestion from Microsoft
The column w …
