Filter User Input from the Keyboard. This code demonstrates how to accept certain characters and reject others from the keyboard. This way the programmer can prevent erroneous data entry. For example: A programmer adds a textbox in his program which should accept only digits from 0 to 9. The example here uses a textbox, in this example the programmer can filter: minus sign, decimal, digits, lower case characters and upper case characters. I hope this example would be useful.
File List:
FilterInput/
0b
FilterInput/AssemblyInfo.vb
1Kb
FilterInput/FilterInput.sln
1Kb
FilterInput/FilterInput.suo
7Kb
FilterInput/FilterInput.vbproj
4Kb
FilterInput/FilterInput.vbproj.user
2Kb
FilterInput/Form1.resx
6Kb
FilterInput/Form1.vb
6Kb
FilterInput/bin/
0b
FilterInput/bin/FilterInput.pdb
18Kb
FilterInput/obj/
0b
FilterInput/obj/Debug/
0b
FilterInput/obj/Debug/FilterInput.Form1.resources
1Kb
FilterInput/obj/Debug/FilterInput.pdb
18Kb
FilterInput/obj/Debug/TempPE/
0b
FilterInput/obj/Debug/temp/
0b
Similar code
ASP.NET Login Scripts
(Popularity: ) : This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and ... Windows Forms Regex Validation Library
(Popularity: ) : WinFormsRegexLibrary is a regular expression validation library for Windows Forms. It provides validation methods for a number if different data, such as, phone numbers, zip codes, email addresses, URL's, IP addresses, credit card numbers, date's, times, etc. The library is ... Advanced TextBox
(Popularity: ) : Validating Entry Data (Arabic Letters, Numbers,Email Validation,Null Checking,and Alternative Letters In Arabic That Make Trouble of Searching Data as Alef And Hamzih) Validation Class
(Popularity: ) : A component class to validate a few common inputs, including some UK items such as mobile number, bank sort code etc.. Shows how to use regular expressions. XML/XSD Schema Validator
(Popularity: ) : To teach how to write XML and Schemas (or DTD's). Schemas can be complex to understand some of the more finer details. I needed an easy (and free)way to know if my work was correct, if not then exactly what ... Validate Data Grid
(Popularity: ) : This shows how to validate the contents of a datagrid per row, per column. This allows you to check the value of what the user changed\inserted in the desired column. It will show an error icon as well as fill ...