textbox control

J

Jeff

If you're interested, check out the article at:
http://www.codeproject.com/cs/miscctrl/ValidatingTextBoxControls.asp

This article includes the C# source code for 9 different text box controls
including: Alphanumeric TextBox, Currency TextBox, Date TextBox, DateTime
TextBox, Integer TextBox, Masked TextBox, Multi-Masked TextBox, Numeric
TestBox, and Time TextBox.

It's a well-written article and nice example of C# code.

- FWIW, Jeff
 
K

kidzero

Hello,

i have text box control in from(windows form). Now i want that this textbox
could accept only numeric values. In MFC editbox had special option (number)
and everything was well, but in C# i can't find anything like that.

Programming language C#

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top