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

String Functions DemoVersion: VB 2008
Author: Ariel T. SumagaysaySubmitted: 8/19/2016Downloads: 1987
A Visual Basic program showing the different string functions.

Using vbTabVersion: VB6
Author: RameshSubmitted: 6/7/2016Downloads: 2622
Describes how to use vbTab in a listbox.

KeySend (SendKeys Alternative)with Continuus FocusVersion: VB 2010
Author: Bob BrandtSubmitted: 5/6/2016Downloads: 1693
KeySend (SendKeys Alternative) Opens or Finds Program To Send To, Continuous Focus, Stops Sending If Focus Lost. Uses Keybd_event to Send all Functions and Letters. Uses Custom Dll, All Code included. KeySend Comparison to SendKeys ********* ...more>>

Extract StringsVersion: VB 2013
Author: Mark Anthony DinglasaSubmitted: 9/26/2014Views: 6232
Function to extract strings.

Farsi KeyBoardVersion: VB6
Author: SAEED(J . F)Submitted: 6/20/2014Downloads: 1966
This software is designed and built for typing letters in Persian.

Word CounterVersion: VB6
Author: Jake PomperadaSubmitted: 1/3/2014Downloads: 2439
This program that I wrote will ask the user to enter a sentence or a phrase then the use will click the count command button and the program will count how many words in a given sentence. The code is very short and very easy to understand for beginners ...more>>

Vowels and Consonants CounterVersion: VB6
Author: Jake PomperadaSubmitted: 1/3/2014Downloads: 2364
This program will ask the user to enter a sentence what the program will do is to count the occurrence of vowels and consonants in a given sentence by the user and the program will generate summary report of number of vowels and consonants found in a gi ...more>>

Multiple ResultSet Using SQL StoredproceduresVersion: C# 2012
Author: Gehan FernandoSubmitted: 3/15/2013Downloads: 2244
My Concern is, if we want to return multiple result set how we going to do that.........????? You're going to write multiple stored procedures or you're going to write ugly Direct SQL text. I am not going to say this application gives everything you ...more>>

Equidistant Letter Sequence - Bilingual VersionVersion: VB 2008
Author: Ariel SumagaysaySubmitted: 3/14/2013Downloads: 2214
Equidistant Letter Sequence Program - Bilingual Version created in Microsoft Visual Basic 2008. The program includes both English and Hebrew Text files.

Get the longest numeric value in stringVersion: VB 2010
Author: FranciscoSubmitted: 8/7/2012Views: 6911
This function returns the longest numeric value in a string. Example msgbox trimStrNum("qwertyuiop3332-4-22_bb*·%") This will display a msgbox with "3332".

Page 1 of  15  Next >>

Go to page: 1  2  3  4  5  6  ...