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 >> Code Snippets

How to Disable Ctrl + alt + Delete FunctionVersion: VB6
Author: KennethSubmitted: 4/26/2010Views: 11625
This program will disable the control + alt + delete function.

File size change notificationVersion: VB 2008
Author: Ryan WelshSubmitted: 3/24/2010Views: 8568
The purpose for this code is to turn on the output of the RTS or DTS line of a serial port if the file size changes. I currently use this to turn on a relay that alerts me if I receive new mail in Thunderbird. There is no error checking.

Distance Calculation using Latitude and LongitudeVersion: ASP.NET 1.1
Author: ZIPCodeWorldSubmitted: 3/22/2010Views: 11121
ZIPCodeWorld.com provides this routine to calculate the distance between two points (given the latitude/longitude of those points) in VB.Net. It is being used to calculate distance between two points lat1, long1 and lat2, long2 and uses radius of earth in ...more>>

Read registry separate charVersion: VB 2008
Author: [IBT]-HitmanSubmitted: 2/18/2010Views: 9782
How to read from registry and separate the result to different text boxes.

Multiplication TableVersion: VB6
Author: Felizardo DaceraSubmitted: 2/18/2010Views: 13168
This is sample code for making multiplication table by printing on your screen.

Try Catch example App - Load file and read linesVersion: VB 2008
Author: Nick SmithSubmitted: 1/14/2010Views: 9431
Try Catch example App - Load file and read the number of lines, if lines is more that 100 throw an error.

Find Largest Number from any text valueVersion: VB6
Author: Yuvraj PardeshiSubmitted: 9/15/2009Views: 11677
This code will clean up any dirty value like this (#$%^skfslf2a5fs7a8j22hf) and return the max number.

Fill datagridview using datasetVersion: VB 2005
Author: BasithSubmitted: 8/22/2009Views: 20947
Fill datagridview using dataset.

Change cursor pics and sizeVersion: VB6
Author: ArjobSubmitted: 8/17/2009Views: 11318
Change cursor picture and size. This code is also valid in .NET. Use www.pinvoke.net for more API information.

A word wrap function for VB.NETVersion: VB 2008
Author: Duane RoelandsSubmitted: 8/6/2009Views: 24576
I recently went looking for a good word wrap function that could handle words that were more than one line long, or even longer than multiple lines. I found none, so I wrote this. It's solid and the code is documented, easy to read and easy to implemen ...more>>

<< Previous  Page 9 of  67  Next >>

Go to page: 9  10  11  12  13  14  ...