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

Trim out individual values from a comma separated ...Version: VB5
Author: Mesrop SimonianSubmitted: 10/16/2002Views: 12773
Trim out individual values from a comma separated string.

Random string generator. Any length of string. ...Version: VB6
Author: DGHSubmitted: 10/13/2002Views: 12992
Random string generator. Any length of string.

This sub sections out a substring from within the ...Version: VB3, VB4, V
Author: SirCodezAlotSubmitted: 8/23/2002Views: 12221
This sub sections out a substring from within the given string, starting at the given point, and ending at the given character as long as it is not within parentheses or quotation marks. This is very useful when writting command and expression parasers.

Application is capable to convert any numeric numb...Version: VB4
Author: Gaurav MutrejaSubmitted: 7/19/2002Downloads: 6648
Application is capable to convert any numeric number to string.

"Jumble" is a good example of string manipulation....Version: VB6
Author: Palash Kumar DharaSubmitted: 7/17/2002Downloads: 5966
"Jumble" is a good example of string manipulation. The words will come onto the screen in a random order and also in random sequence. You have to rearrange the letters to spell a country name. Two levels are available.

This code ensures that all the characters in a tex...Version: VB5
Author: Gajendra NagapurkarSubmitted: 6/29/2002Views: 12283
This code ensures that all the characters in a text box are uppercase even if you do not set the Caps Lock key.

This is a text editor I made. It edits and saves f...Version: VB4
Author: Dino ScarcellaSubmitted: 6/17/2002Downloads: 6835
This is a text editor I made. It edits and saves files using the rich text format. It allows one to edit multiple text files at one time.

The new functions in VB6 for use with VB5. If y...Version: VB5
Author: Theo RosSubmitted: 4/30/2002Downloads: 5353
The new functions in VB6 for use with VB5. If you are using Visual Basic version 5 and want to load and run code made in Visual Basic version 6, just add this module to the program.

A program that removes all occurrences of a string...Version: VB6
Author: Theodore W. BarkhuizenSubmitted: 4/1/2002Views: 11281
A program that removes all occurrences of a string from another string without using the built in function 'replace'.

This program shows the use of dynamic arrays and s...Version: VB6
Author: Theodore W. BarkhuizenSubmitted: 4/1/2002Views: 15884
This program shows the use of dynamic arrays and string manipulation functions like Mid$,Right$,Left$ and Instr to write your own Split function found in VB6.

<< Previous  Page 10 of  15  Next >>

Go to page: 10  11  12  13  14  15