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

After reading a plead for help (okay, slight exagg...Version: VB3
Author: KrazyGamerSubmitted: 6/4/2001Views: 9377
After reading a plead for help (okay, slight exaggeration) in the forum, I've decided to endevour to make a function that can convert integers to actual text. It's pretty handy and bug-free (as far as I know). You can also disable the "and" in the result, ...more>>

You can count the number of spaces in the words fr...Version: VB6
Author: Alok RaiSubmitted: 5/24/2001Views: 12642
You can count the number of spaces in the words from any corner of the word and also u can see the word with out space.

My idea was to provide a method in the WHERE c...Version: VB4
Author: Prakash.vSubmitted: 5/22/2001Downloads: 7584
My idea was to provide a method in the WHERE clause of an SQL statement,to search for both special characters (') and (") . The single and double quotation marks are used interchangeably by Jet database engine as delimiters for literal strings . ...more>>

STRING FINDER program... used for finding and r...Version: VB4
Author: Erdogan TanSubmitted: 5/20/2001Downloads: 9712
STRING FINDER program... used for finding and replacing requested strings (name, path, character etc.) in a BINARY (or text) file... Specially useful for repetitive string replacements in binary files like windows registry files (USER.DAT, SYSTEM.D ...more>>

This code capitilizes the first character of every...Version: VB6
Author: JacquesSubmitted: 4/28/2001Views: 10334
This code capitilizes the first character of every word in the string.

A code to show how sub-strings are searched within...Version: VB6
Author: VortexSubmitted: 4/23/2001Downloads: 7266
A code to show how sub-strings are searched within a string, using the InStr and InStrRev statements.

A code that shows how to reverse a string within V...Version: VB6
Author: VortexSubmitted: 4/22/2001Downloads: 5781
A code that shows how to reverse a string within VB using the Mid$ and Len procedures. EX: "train" would now be displayed as "niart" etc.

Routine That Capitalizes The First Character Of Ea...Version: VB4
Author: Shawn RedmanSubmitted: 4/14/2001Views: 9792
Routine That Capitalizes The First Character Of Each Word In A String.

BWord is a simple entry level Rich Text Format Ed...Version: VB6
Author: Bidan SinhaSubmitted: 2/16/2001Downloads: 9197
BWord is a simple entry level Rich Text Format Editor . Apart from being able to store and retrieve RTF files, Bword is packed with certain additional features such as · Printing · Formatting fonts · Margin settings · Text search capability · B ...more>>

This is a loaded notepad type with one click encry...Version: VB5
Author: AlexSubmitted: 2/7/2001Downloads: 6179
This is a loaded notepad type with one click encryption. Has a good interface. It saves, opens, has recenetly accessed files. The works.

<< Previous  Page 13 of  15  Next >>

Go to page: 13  14  15