Published on Sun, 26 Aug 2007 06:20:12 -0400 Read: 1551 times
Sometimes while using FTP one may find the script files transferred to have additional blank lines, which could make the script clumsy and messy to read or modify. Here is a simple code to remove Blank Lines in Script Files.
Note :
Please take a backup of original script or text file.
Filed in: VB.NET Difficulty Level: Published on Tue, 06 Feb 2007 10:36:01 -0500 Read: 5934 times
Split Name to First and last Name. Public Function Sample() MsgBox getFirst_Name("LOKESH MURTHY") MsgBox getLast_Name("LOKESH MURTHY") End Function.
Filed in: VB.NET Difficulty Level: Published on Fri, 10 Nov 2006 07:31:01 -0500 Read: 820 times
This is a simple class written in C# which enables you to add items chose by a person store. and retrieve when required. To use the class create an object of the class and use it's various functions to achieve the desired result.
Filed in: VB.NET Difficulty Level: Published on Sun, 05 Nov 2006 23:10:22 -0500 Read: 2494 times
Just a small program to create a birth number from date of birth. ?GetNumerologicalNo(BirthDate)
Filed in: VB.NET Difficulty Level: