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

midReturnVersion: VB.NET 2003
Author: MacLeod BroadSubmitted: 2/8/2008Views: 10206
Return the substring between two strings. For Example: the phrase "The cow likes to eat green grass in the field." midReturn("to eat "," grass", ""The cow likes to eat green grass in the field.") Would return "green"

Work With OracleDependencyVersion: VB 2005
Author: Gehan FernandoSubmitted: 2/7/2008Views: 12518
'With the introduction of Oracle Database 10g Release 2, you have a new option that addresses the 'Limitations inherent in previous approaches to dealing with changing data: database change notification. 'When you use database change notificati ...more>>

ReplaceLineVersion: VB6
Author: MacLeod BroadSubmitted: 1/15/2008Views: 9029
Replaces a single line of a file. Perfect for making changes to ini files, cfg files, text files, etc... If the file is empty it returns Error 62 and if the line number you want to replace is out of bounds then it returns Error 32202. Usage example: Cal ...more>>

Sub CommandVersion: VB6
Author: Gerald LudorSubmitted: 1/13/2008Views: 9017
Simple program that can create a shortcut or command prompt.

Cd/dvd EjectVersion: VB 2005
Author: Michel RenaudSubmitted: 11/30/2007Views: 16650
Using windows media player to eject media disks.

Number Only StringVersion: VB 2005
Author: Michel RenaudSubmitted: 11/30/2007Views: 15379
Function that filters characters and returns numbers only.

numberOfDaysInMonthVersion: VB.NET 2003
Author: Ruurd EijzingaSubmitted: 11/21/2007Views: 14848
Calculates number of days in month of given date.

DataGridViewVersion: VB6
Author: Omar AbidSubmitted: 10/29/2007Views: 47590
Tutorial About Data Grid View.

For creating a line and display angleVersion: C#
Author: anudeepSubmitted: 10/28/2007Views: 9697
For creating a line by picking two points on the screen randomly and printing text as "angle = lineangle"

Prime number generationVersion: VB 2005
Author: VanlalhruaiaSubmitted: 10/23/2007Views: 15214
Prime number generation.

<< Previous  Page 13 of  67  Next >>

Go to page: 13  14  15  16  17  18  ...