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

SQL Data BackupVersion: VB6
Author: Syed Hasan AfzalSubmitted: 6/4/2005Views: 21602
Stored procedure for database backup creation in SQL Server.

Form Text Box Control NavigationVersion: VB6
Author: PS.RamkumarSubmitted: 6/3/2005Views: 13348
Easily navigate to next control using this code.

MP3 summary PropertiesVersion: VB6
Author: obot74639Submitted: 5/28/2005Views: 15356
'This writes data to summary properties of .wma and .mp3 'files, or files with a similar properties layout 'you can construct this to batch process a bunch of mp3, with 'extra information 'Note: you must select advanced option in summary properties ta ...more>>

Display last selected value in ComboBoxVersion: ASP
Author: Vimal LakheraSubmitted: 5/26/2005Views: 33408
This code displays last selected value in ComboBox.

Text Encryption with a Password in pure ASPVersion: ASP
Author: Nick HauensteinSubmitted: 5/26/2005Views: 27543
This is a text encryption/decryption snippet that utilizes the powerful xICE encryption algorithm. It's extremely simple to use. To encrypt use: QuickEncrypt("your text","password") To decrypt just use: QuickDecrypt("encrypted text here","passwor ...more>>

Checks to ensure validity of UK NI numberVersion: VB6
Author: Graham hayesSubmitted: 5/23/2005Views: 7007
Checks the validity of UK national insurance number. this was used in an excel worksheet

Mysql TimeStamp converter classVersion: VB.NET 2003
Author: Jujhar SinghSubmitted: 5/23/2005Views: 20330
A class to take the date given as a date type or string type convert it into yyyymmddhhmmss string for use in MYSQL SQL strings. Usage: Dim dateConvert As New mySQLlDate myDateString=dateConvert.convertDate(dateString) or myDateString=dateConvert. ...more>>

Base ConversionVersion: VB6
Author: LEGOLASSubmitted: 5/8/2005Views: 18794
Conversion (Binary, Hexa, Octa, Decimal)

FTP Upload ProgramVersion: VB6
Author: Chetan V. KokilSubmitted: 4/27/2005Views: 59554
A simple Application which uploads the file which u select to the FTP server.

Professional FormVersion: VB6
Author: YasserSubmitted: 4/19/2005Views: 24356
Make Your Forms Seem Professional.

<< Previous  Page 24 of  67  Next >>

Go to page: 24  25  26  27  28  29  ...