| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
MultiThreading Simpel example | VB.NET | Beginner / Randam Hajile | 4015 since 8/2/2005 9:18:13 AM |
By 1 Users
|
| |
this code shows you how to use multithreading in vb.net and use it on 1 object(listbox) (ScreenShot) |
| |
| |
| |
 |
Numeric Textbox | VB.NET | Beginner / Walter Wong Woon Sui | 6446 since 5/12/2003 11:53:34 AM |
By 2 Users
|
| |
only accept numeric value in textbox. |
| |
| |
| |
 |
Only Number | VB.NET | Intermediate / Chamling | 3681 since 6/4/2007 8:45:15 AM | Unrated
|
| |
This is simple vb.net 2005 codes for only accpet the number on the textbox. I got problem for developing my application and I want to share and will appreciate if anyone can provide me feedbacks. There is 2 procedures mrValidateDecimal and mrValidateInteg ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
param | VB.NET | Beginner / Kluge Room Software | 3325 since 3/20/2003 1:15:19 AM |
By 1 Users
|
| |
Console applications can accept parameters, but these still need to parsed out from the Command() function. This Class automatically provides this service, as a nice reusable package for any console application you might want to write.
it contains its own ...(description truncated) |
| |
| |
| |
 |
Parse HTML code into a list of structures with lists of attributes and lists of styles. | VB.NET, ASP.NET | Intermediate / GIDEON ISAAC | 1538 since 12/28/2011 5:26:34 PM | Unrated
|
| |
'The function CheckAgainstXSS has two arguments. The first is a string that you pass in that may have html tags The second argument is a list of structures that are passed back to you that contain the tags. The second argument contains a list of "tagtype ...(description truncated) |
| |
| |
| |
 |
parse html tags and attributes and styles into a list of structures | VB.NET, ASP.NET | Intermediate / GIDEON ISAAC | 1732 since 12/28/2011 5:26:29 PM | Unrated
|
| |
The class has a function CheckAgainstXSS which has two arguments. The first is a string that may have html tags. You pass this in. The second argument is a list of structures that contain the tags. It is built by the routine. The list contains "tagtype" s ...(description truncated) |
| |
| |
| |
 |
Pass stream from writer to reader | VB.NET | Intermediate / chabber | 2553 since 12/17/2004 2:58:54 PM | Unrated
|
| |
Allows you to read the stream being written into a string variable for validation. |
| |
| |
| |
 |
Password Requirements | VB.NET, ASP.NET | Beginner / Kusno | 4012 since 5/21/2008 12:47:17 PM | Unrated
|
| |
I create this function to set minimum password requirements same as Microsoft Windows User password.
Password must be at least 8 characters in length and contain characters from three of the following four categories: : uppercase characters (A..Z), lowerc ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Phone Number Converter | VB.NET | Beginner / Graystone | 3255 since 2/19/2004 3:33:23 PM | Unrated
|
| |
Takes a phone number string of any format and converts it to a standard format. Mimics MS Outlook phone fields so your database will have a standard look for phone numbers. |
| |
| |
| |
 |
RETRIEVING SOURCE CODE AND MINING LINKS FROM HTML PAGES WITH VISUAL BASIC | VB.NET | Intermediate / GrnLight.net | 1479 since 1/4/2013 5:50:17 PM |
By 1 Users
|
| |
This will retrieve source code from a website and parse the source code to retrieve all the links (URL's) in the source code. (ScreenShot) |
| |