473,657 Members | 2,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to get numeric input in winForm

Sam
Why isn't there a numberBox Windows Form control like a
textbox control but for numeric (float) input? There
doesn't seem to be any easy or visual solution to this
VERY SIMPLE ISSUE in either version of Visual Studio. I
simply wanted to create a Windows app where a user could
enter miles or kilometers, gallons or liters, and see the
other in the adjacent box. The form was easy but the
textbox control would not let me cast any number of any
kind from textbox.text and of course, input validation is
a pain since there is no built-in masking capability.
Validating keystrokes becomes too complex because it
doesn't handle backspace, paste or any other interaction.
Hours of searching help resulted in nothing useful
whatsoever. The Numeric boolean attribute of Textbox
documented in help isn't recognized by Vis Studio. Is
this a bug or just poor documentation?

Must I reinvent the wheel to get a number from a form
control? Please reply with C# code sample, if possible.
Nov 15 '05 #1
2 5547
On KeyDown, check the value of e. Here's an example of it. You can create
a custom control and never worry about it again. It's not complex at all.
As a matter of fact, you can even take this code, compile it into your own
control, and be done with it. But don't do that. First read through it ;-)

Cheers,

Bill
"Sam" <tr*******@hotm ail.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Why isn't there a numberBox Windows Form control like a
textbox control but for numeric (float) input? There
doesn't seem to be any easy or visual solution to this
VERY SIMPLE ISSUE in either version of Visual Studio. I
simply wanted to create a Windows app where a user could
enter miles or kilometers, gallons or liters, and see the
other in the adjacent box. The form was easy but the
textbox control would not let me cast any number of any
kind from textbox.text and of course, input validation is
a pain since there is no built-in masking capability.
Validating keystrokes becomes too complex because it
doesn't handle backspace, paste or any other interaction.
Hours of searching help resulted in nothing useful
whatsoever. The Numeric boolean attribute of Textbox
documented in help isn't recognized by Vis Studio. Is
this a bug or just poor documentation?

Must I reinvent the wheel to get a number from a form
control? Please reply with C# code sample, if possible.

Nov 15 '05 #2
This is one of those areas where I really think WinForms is lacking (as you
could quite easily do this back in the MFC days). Maybe they'll extend
textbox in upcoming versions? For now though Ignacio's solution strikes me
as the cleanest :)

Kieran

"Sam" <tr*******@hotm ail.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Why isn't there a numberBox Windows Form control like a
textbox control but for numeric (float) input? There
doesn't seem to be any easy or visual solution to this
VERY SIMPLE ISSUE in either version of Visual Studio. I
simply wanted to create a Windows app where a user could
enter miles or kilometers, gallons or liters, and see the
other in the adjacent box. The form was easy but the
textbox control would not let me cast any number of any
kind from textbox.text and of course, input validation is
a pain since there is no built-in masking capability.
Validating keystrokes becomes too complex because it
doesn't handle backspace, paste or any other interaction.
Hours of searching help resulted in nothing useful
whatsoever. The Numeric boolean attribute of Textbox
documented in help isn't recognized by Vis Studio. Is
this a bug or just poor documentation?

Must I reinvent the wheel to get a number from a form
control? Please reply with C# code sample, if possible.

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4639
by: Jose Gonzalez | last post by:
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been unsuccessful in getting it to work in asp.net 1.1 The following code has allowCustomAttributes set and works fine for labels, but not for textboxes. This is because it is building span tags around the control. I need to embed the class tag inside the...
10
23282
by: Randell D. | last post by:
Folks, I have a box that expects numeric input - I'd like to test for it (yeah, I'll have service side checks too but also want client checks). How can I test that my input is numeric - and numeric could mean positive or negative floating numbers For example: return true for 1, 1.5, -1, -4.25 and return false for any other non-numeric input...
2
7385
by: Patrick De Ridder | last post by:
MSDN shows the option: textBox1.Numeric = true; as a way to check that the input in textBox1 is numeric. I cannot get it to work. How should it be done? Alternatively: looking at Validation in MSDN I see a check for an Internet Address, I cannot convert the example to a check for Numeric Input. Please help. --
16
8353
by: Keith | last post by:
Am I crazy - to be shocked that there is no Numeric, Alpha, and AlphaNumeric Property in on the Textbox control I searched and searched - and found other people's code - but they don't work perfectly. Some do only allow numeric - but you cannot backspace. Maybe that is "good enough" - but surely it is not that difficult to have a textbox that only accepts numeric values and backspaces.
8
18177
by: .Net Sports | last post by:
I am checking for text input on a form validation in javascript that required at least one numeric character along with any number of alpha characters for a given input text box. The below is a var declare that does a method to check for alpha, or numeric, or - _ characters var charpos = objValue.value.search(""); but doing: var charpos = objValue.value.search("");
8
28127
idsanjeev
by: idsanjeev | last post by:
how can check the input data is character or numeric if input data accept the numeric and input data is character then error message
2
1659
by: BobLewiston | last post by:
Is there a way (perhaps via EventArgs) to signal the app when a user tries to enter out-of-range input into a WinForm control? (Specifically, a number in a NumericUpDown control numericUpDown1 that is larger than numericUpDown1.Maximum?) Yes, I know the control won't allow the input, but I want to display an error message if this happens.
3
7086
by: beary | last post by:
Hi, I have a number of text boxes for the user to input either numbers, or letters. Sometimes, the entry must be numeric. So I was thinking of using an onblur thing to check whether the value of the input is numeric, and if not, show an alert box to the user. I assume I would need to use getelementbyid. And on this page, there might be up to 30 similar input text fields, all of which need to be checked when the focus is lost. But...
0
8734
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8608
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5633
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4164
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2733
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1627
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.