Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> String Manipulation code

This demonstrates how to use recursion in visual b...Version: VB5
Author: AlexSubmitted: 3/15/2002Downloads: 8371
This demonstrates how to use recursion in visual basic and how to convert decimal numbers and ascii to binary and vica versa. It is another one like I made before but this as I said uses recursion. Recursion is considered by many to be the most difficul ...more>>

Date validation on textbox requires you enter the ...Version: VB6
Author: Amit BhatkarSubmitted: 3/8/2002Views: 40432
Date validation on textbox requires you enter the date in a any format ( dd/mm/yyyy OR mm/dd/yyyy).

Useful token module to seperate an input string in...Version: VB4
Author: Bill DenzelSubmitted: 3/4/2002Downloads: 7106
Useful token module to seperate an input string into tokens deliminted by an input char(s). Use TokenizeString() to save tokens in a dynamic array accessible using module level functions. Also available: number of tokens found, number of delimiter found ...more>>

Checks the syntax of the email address that has b...Version: VB6
Author: Louis DelongchampSubmitted: 3/2/2002Views: 10996
Checks the syntax of the email address that has been entered in a text box to ensure it is valid. Does not check the link for validity. Visit my homepage! http://www.cyberbeach.net/~loudelon/index.htm

Print the contents of a text file. ...Version: VB6
Author: Kip DensleySubmitted: 2/22/2002Views: 16212
Print the contents of a text file.

This code snippet demonstrates two ways to extract...Version: VB5
Author: Gilles Saunier-l'HégaretSubmitted: 2/19/2002Views: 10610
This code snippet demonstrates two ways to extract a filename in a path.

Binary to Decimal to Binary is a program that conv...Version: VB5
Author: AlexSubmitted: 1/11/2002Downloads: 9541
Binary to Decimal to Binary is a program that converts binary machine readable code (i.e. 01010110 01000010) to decimal or vice versa. 01010110 01000010 = VB in decimal. It also shows how to remove all spaces from a text box. This is fun to write a mes ...more>>

Notepad like VB application....Version: VB6
Author: Mahen SharmaSubmitted: 1/4/2002Downloads: 7273
Notepad like VB application.

This code will put in a TAB CHARACTER into any TEX...Version: VB6
Author: Solomon ClossonSubmitted: 11/16/2001Views: 34839
This code will put in a TAB CHARACTER into any TEXT STRING such as a MenuItems Caption, a MsgBox, etc.. For Example if you've defined your own KeyDown Events in Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) you wouldn't want to use VB's ...more>>

CODE CAN USED IN FUNCTION TO CONVERT MM/DD/YY FOR...Version: VB4
Author: S.C .GHATESubmitted: 10/19/2001Downloads: 6178
CODE CAN USED IN FUNCTION TO CONVERT MM/DD/YY FORMAT DATE INTO DD/MM/YY (INDIAN FORMAT).

<< Previous  Page 11 of  15  Next >>

Go to page: 11  12  13  14  15