Top "Numericupdown" questions

NumericUpDown is a WPF/WinForm control that represents a numeric textbox that can be increased or decreased in value.

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 …

c# wpf xaml textbox numericupdown
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. …

wpf controls numericupdown updown
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 …

wpf spinner numericupdown
numeric up down control in vba

Is there an in-built numeric updown control in vba or do we need to create a control like that? If …

excel vba excel-2010 numericupdown
c# Numericupdown to pass a value to an integer

I'm having a problem passing a numericupdown value into an integer. private void button5_Click(object sender, EventArgs e) { int …

c# visual-studio integer numericupdown
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?

c# .net winforms numericupdown
Android having NumericUpDown Button?

I've tried to find the NumericUpDown button in Android, but failed. Do you know what the controller is called in …

android layout numericupdown
C# Random Password Generator

Here is the code: (passwordLengthBox is a NumericUpDown Box, r and k are random numbers) private void generateButton_Click(object …

c# random encoding ascii numericupdown
Having text inside NumericUpDown control, after the number

Is it possible in WinForms to show a text inside a NumericUpDown control? For example I want to show the …

c# .net winforms string numericupdown
Display `00` instead of `0` in a NumericUpDown control

I'm letting users select a date/time for a scheduled task to run, using two NumericUpDowncontrols. I'd like one-digit values …

vb.net datetime padding numericupdown