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

Parsing Sentences and Building Text StatisticsVersion: C#
Author: Scott LysleSubmitted: 2/19/2008Downloads: 2900
This article describes three approaches to parsing the sentences from a body of text. It also describes an approach to generating sentence count, word count, and character count statistics.

Name Calculator / SplitterVersion: VB6
Author: Nick SmithSubmitted: 2/14/2008Downloads: 3779
Insert a full name ( David Harold Smith) for example and instantly seperate each name and output to a .CSV File for viewing in excel.

midReturnVersion: VB.NET 2003
Author: MacLeod BroadSubmitted: 2/8/2008Views: 10211
Return the substring between two strings. For Example: the phrase "The cow likes to eat green grass in the field." midReturn("to eat "," grass", ""The cow likes to eat green grass in the field.") Would return "green"

My WordpadVersion: VB.NET 2003
Author: NIKHIL.PSubmitted: 1/25/2008Downloads: 7658
This program allows you to perform with characters, strings and other formats. You can edit and save your files in character format.

Number Only StringVersion: VB 2005
Author: Michel RenaudSubmitted: 11/30/2007Views: 15385
Function that filters characters and returns numbers only.

Military alphabetVersion: VB6
Author: Joven M. MuanaSubmitted: 11/22/2007Downloads: 3923
I did this for my friend from India, Gaurav Sharma GE Infrastructure. I hope that this will serve as one of your reference.

Password GeneratorVersion: VB 2005
Author: Michel RenaudSubmitted: 8/25/2007Views: 30360
Function that generates random passwords.

A Simple Encryption and DecryptionVersion: VB6
Author: Rey Sean A. CaņesoSubmitted: 8/15/2007Downloads: 5330
A simple way to encrypt and decrypt words.

Integer TextboxVersion: VB6
Author: JirehSubmitted: 7/9/2007Views: 23215
Very short code for textbox to accept only numbers.

Printing in vb 2005Version: VB 2005
Author: Sabith kpSubmitted: 7/9/2007Views: 42127
I created this code for printing items from listview in my inventory software.

<< Previous  Page 4 of  15  Next >>

Go to page: 4  5  6  7  8  9  ...