| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ | VB.NET | Beginner / Jon Barker | 681024 since 3/25/2002 9:21:32 AM |
By 88 Users 58 Excellent Ratings
|
| |
A string manipulation example in VB.NET.
Are ALL covered in the tutorial, using PURE VB.NET STRING MANIPULATION TEQNIQUES
Commands and equivilents
Len = .Length,
Mid = .SubString,
Replace = .Replace,
InStr = .IndexOf,
UCase = .ToUpper,
LCase = .ToLower,
S ...(description truncated) |
| |
| |
| |
 |
Advanced Installer Serial File Parser | VB.NET | Intermediate / softwerx | 8848 since 7/24/2006 12:09:21 PM | Unrated
|
| |
This handy little app will parse serial code files created by Advanced Installer from Caphyon. (ScreenShot) |
| |
| |
| |
 |
Advanced Listbox Search | VB.NET | Advanced / Tyler Lee Leitzke | 9278 since 12/21/2006 7:50:14 AM |
By 3 Users 2 Excellent Ratings
|
| |
This sample program is a simple way to learn how to search for items in a listbox. |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Alternate Caps | VB.NET | Beginner / Christopher Hemple | 10660 since 10/29/2003 2:40:14 PM |
By 2 Users
|
| |
Alternate the caps of a string. E.g. Input "hello there" and it will output "HeLlO ThErE". If you set StartLowerCase to true then if you input "hello there" it will output "hElLo tHeRe" and true if you want "HeLlO ThErE" |
| |
| |
| |
 |
ALTERNATIVE TOUPPER AND TOLOWER FUNCTIONS | VB.NET | Beginner / barkýn ünüulu | 10540 since 12/15/2003 3:20:55 AM |
By 3 Users
|
| |
Purpose of this code is togive an alternative to the TOLOWER and TOUPPER methods vb.net uses... |
| |
| |
| |
 |
an altenative code for substring function | VB.NET | Beginner / barkýn ünüulu | 14802 since 12/3/2003 9:47:45 AM |
By 1 Users
|
| |
Purpose of this little code is to give an alternative to the substring function .NET uses.
The code uses left and right functions of visual basic in order to find the substring of the entered string value... This is a console application. |
| |
| |
| |
 |
ANSI Encoding | VB.NET | Intermediate / MstrControl | 18859 since 2/20/2005 7:12:02 PM |
By 2 Users
|
| |
Many of us misses the old days when a character was represented by a single byte. These days we need to worry about codepages, character translations, and the works... Well Unicode chars came to our rescue and saved us from having to worry about all these ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
app.path in c# | C# | Beginner / Deepak Kumar Shaw | 8222 since 10/2/2009 7:46:38 AM | Unrated
|
| |
executable path c# or app.path in c# |
| |
| |
| |
 |
ArabicToHexVersa | VB.NET | Beginner / amzSoftware | 3614 since 7/8/2009 3:41:06 PM |
By 1 Users
|
| |
represent any string into 2d barcode or PDF417 (ScreenShot) |
| |
| |
| |
 |
Array Dump (Alias of PHP's var_dump()) Version 1 | VB.NET | Intermediate / Stephen Mason | 16861 since 12/26/2005 9:38:44 PM |
By 1 Users
|
| |
When working with arrays, there is no easy way, that i have found, to easily display a dump of the array while debugging. So this function dumps, an easy-to-read string version of all the objects in the array. (ScreenShot) |
| |