Languages Visual Basic & VB.NET .Net Validation/ Processing  

Windows Forms Regex Validation Library

download download  
important code information
author:
Carl @ Code Intellects
minimum requirements:
Windows Forms Regex Validation Library description

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 written in C#, and the demo is written in VB.NET. I will be posting a version of the library written in VB.NET, and a demo, written in C# soon. The concepts of using the library are the same, in either language.


File List:
WinFormsRegexLibrary_src/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/AssemblyInfo.cs2Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/RegexValidator.cs21Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/AboutForm.resx20Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/AboutForm.vb7Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/AssemblyInfo.vb1Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/Form1.resx40Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/Form1.vb22Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/ReadMe.html2Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/VBNETDemo.vbproj5Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/VBNETDemo.vbproj.user2Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/bin/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/bin/VBNETDemo.pdb36Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/TempPE/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/VBNETDemo.AboutForm.resources15Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/VBNETDemo.Form1.resources31Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/VBNETDemo.pdb36Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Debug/temp/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Release/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Release/TempPE/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Release/VBNETDemo.AboutForm.resources15Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Release/VBNETDemo.Form1.resources31Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/VBNETDemo/obj/Release/temp/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/WinFormsRegexLibrary.csproj4Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/WinFormsRegexLibrary.csproj.user2Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/WinFormsRegexLibrary.sln1Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/WinFormsRegexLibrary.suo9Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/WinFormsRegexLibrary.xml9Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/bin/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/bin/Release/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Debug/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Debug/TempPE/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Debug/WinFormsRegexLibrary.pdb24Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Debug/WinFormsRegexLibrary.projdata27Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Debug/temp/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Release/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Release/TempPE/0b
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Release/WinFormsRegexLibrary.projdata14Kb
WinFormsRegexLibrary_src/WinFormsRegexLibrary/obj/Release/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 ...
Filter User Input (Popularity: ) : 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 ...
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 ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 19
version
size in Kb 83
popularity   2467/7913374
user rating 4/10
ad


New Code
Popular Code