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

Shackle Cipher 2048-bitVersion: VB6
Author: David M. LewisSubmitted: 1/25/2013Views: 797
Shackle is a 2048-bit cipher that employs plaintext chaining. The creation of new key blocks is seeded by previous blocks of plaintext. It also uses a transposition cipher (transpX) function to prevent known plaintext attacks. The speed is about 500KB ...more>>

256bit Key GeneratorVersion: VB6
Author: David M. LewisSubmitted: 12/29/2012Views: 1124
Generates a scrambled 256 byte key string, with no redundancy, based on a password as a seed. Use for encryption purposes.

How to rename a fileVersion: VB6
Author: Hamidreza khazayieSubmitted: 12/21/2012Views: 916
You can call the sub to rename your file.

Parallel Port Data Pin DecoderVersion: VB6
Author: Bob BrandtSubmitted: 12/16/2012Views: 1121
Read Parallel Port Data, Status or Control Lines Individually, Instead as just a 0 to 255 Number. Simplifies Decoding. Can Be Rewritten to Use with Vb.net

MySQL Database ConnectionVersion: VB 2005
Author: Sean DSubmitted: 11/28/2012Views: 4466
Connection string for connecting to MySQL database from vb.net.

Draw an Arc in VB 6Version: VB6
Author: T.NareshSubmitted: 11/2/2012Views: 1165
This snippet uses the GDI32 library to draw an arc.

VB.NET Project Code Line Counter/WatcherVersion: VB 2010
Author: CraigSubmitted: 10/6/2012Views: 1422
Simple little app that counts and watches the source files for the lines of code and ads them up and writes them to a temp text file. Teaches how to read files and write files in vb.net

Hide / Display DIV on Dropdown list change eventVersion: ASP.NET 2.0
Author: Vinayak ButaleSubmitted: 9/24/2012Views: 1561
Sometimes we need to Hide / Display DIV at client side (Without post back). Even this can be managed during drop down list change event in Asp.Net.

SWF Player + DownloaderVersion: VB 2010
Author: Skillsa2/Lama_DiscoSubmitted: 8/14/2012Views: 2501
This is an Simple code on how to make an swf player in Visual Basic 2008 / 2010. Its also includes an inbuild SWF Downloader so you can download swf files.

Get the longest numeric value in stringVersion: VB 2010
Author: FranciscoSubmitted: 8/7/2012Views: 1789
This function returns the longest numeric value in a string. Example msgbox trimStrNum("qwertyuiop3332-4-22_bb*·%") This will display a msgbox with "3332".

Page 1 of  64  Next >>

Go to page: 1  2  3  4  5  6  ...