|
Home >> String Manipulation code
String Functions Demo | Version: VB 2008 | Author: Ariel T. Sumagaysay | Submitted: 8/19/2016 | Downloads: 1937 | A Visual Basic program showing the different string functions.
|
Using vbTab | Version: VB6 | Author: Ramesh | Submitted: 6/7/2016 | Downloads: 2535 | Describes how to use vbTab in a listbox.
|
KeySend (SendKeys Alternative)with Continuus Focus | Version: VB 2010 | Author: Bob Brandt | Submitted: 5/6/2016 | Downloads: 1622 | 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 Strings | Version: VB 2013 | Author: Mark Anthony Dinglasa | Submitted: 9/26/2014 | Views: 6135 | Function to extract strings. |
Farsi KeyBoard | Version: VB6 | Author: SAEED(J . F) | Submitted: 6/20/2014 | Downloads: 1908 | This software is designed and built for typing letters in Persian. |
Word Counter | Version: VB6 | Author: Jake Pomperada | Submitted: 1/3/2014 | Downloads: 2389 | 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 Counter | Version: VB6 | Author: Jake Pomperada | Submitted: 1/3/2014 | Downloads: 2307 | 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 Storedprocedures | Version: C# 2012 | Author: Gehan Fernando | Submitted: 3/15/2013 | Downloads: 2197 | 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 Version | Version: VB 2008 | Author: Ariel Sumagaysay | Submitted: 3/14/2013 | Downloads: 2165 | 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 string | Version: VB 2010 | Author: Francisco | Submitted: 8/7/2012 | Views: 6822 | 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 ...
|
|