Published on Wed, 19 Jan 2011 06:50:15 -0500 Read: 1642 times
Enter the number of carton per shipment and the item per carton to get the total numberof item result = carton per shipment * item per carton display the final answer
Filed in: VB.NET Difficulty Level: Beginner
Published on Tue, 03 Aug 2010 06:05:10 -0400 Read: 3170 times
Code to find MAC Address
Filed in: VB.NET Difficulty Level: Beginner
Published on Wed, 06 Jan 2010 20:03:41 -0500 Read: 5221 times
This code contains the necessary steps to be followed to create a textfile in C: directory using VB.NET Console Application.All the text entered in the console is stored in the file by name Newfile.txt.When the user types the word "exit" in a new line the file gets closed.We can see the information which
Filed in: VB.NET Difficulty Level: Beginner
Published on Sun, 26 Aug 2007 06:20:12 -0400 Read: 4267 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: 9175 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: 2253 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: 5447 times
Just a small program to create a birth number from date of birth. ?GetNumerologicalNo(BirthDate)
Filed in: VB.NET Difficulty Level: