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

.NET CSV ParserVersion: VB.NET 2003
Author: unkaraeSubmitted: 11/6/2005Views: 69835
Code for CSV Parsing in .NET.

ADODB FunctionVersion: VB6
Author: Kailash FaninSubmitted: 11/5/2005Views: 22325
Connecting to Database and Tables using ADODB.

.NET Class for Caps, Num & Scroll Lock ControlVersion: VB.NET 2003
Author: TonesterSubmitted: 11/1/2005Views: 27544
This class will give you complete control over the CAPSLOCK, NUMLOCK and SCOLLLOCK keys. It is basically a wrapped class for a small part of the Win32 API relating to keyboard control. This code was based upon code supplied by JD.

Playing an audiocd using multimedia controlVersion: VB6
Author: satish muranalSubmitted: 10/30/2005Views: 15563
1) add new form 2) add multimedia control to the form(to add mmcontrol just press ctrl+t then add mmcontrol.) 3) add one command button to exit

Preventing listview duplicates before adding itemVersion: VB6
Author: RattleSnakeSubmitted: 10/30/2005Views: 18680
This code is not a duplicate remover for listview as the other code i submitted. It prevents you from adding duplicates into listview !!

RattleSnake - Duplicate Listview Item RemoverVersion: VB6
Author: RattleSnakeSubmitted: 10/7/2005Views: 12254
This code snippet is to remove or kill duplicates in vb6 listview. I searched all over the internet to find this code with no results so here it is !

Creating CSv file from databaseVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/24/2005Views: 21671
Creating CSv file from database. Code is in C#.

Bind a DropdownList Version: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/24/2005Views: 18315
/// This function is used to bind a DropdownList /// /// Query to get DropDown value /// Text to be displayed /// Value Part of dropdown /// ...more>>

Check whether a specific value existsVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/17/2005Views: 8503
Check whether a specific value exists. Code is in C#. /// /// This function is used to check whether a specific value exist or not in a database /// Or It check for Duplicate values /// /// FieldName o ...more>>

Used to Create Thumb of a given ImageVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/17/2005Views: 12612
Used to Create Thumb of a given Image. Code is in C#. /// /// Used to Create Thumb of a given Image /// /// Location of a given Image /// Location to save Thumb Image ...more>>

<< Previous  Page 22 of  67  Next >>

Go to page: 22  23  24  25  26  27  ...