PCSlogo.gif(22641 bytes)

 
   30 Prince Street, Cambridge, MA 02139
 
 

Site Map

For more information about our Custom Software Development services,
PC Skills Developer Services

 

PC Skills' Visual Basic Samples and Downloads Page

The following samples and downloads are available free of charge and for unrestricted use.  We have provided these samples with the intention of sharing some of our development knowledge base.  However, PC Skills is not responsible for their use and any liability.

Sample

Visual Basic 6

Visual Basic .Net

Calculator

This Visual Basic Form and code is a 5 function calculator that can be used by itself or with another project. (3 KB) 

  Download

  Download

Image Information and Convert

This VB.net project converts image files between BMP, GIF, TIF, PNG, JPG and ICO formats.  Also provides the height and width information.

   Download
Spell Numbers

This project accepts a number (like 118.20) and converts it to a spelled-out form like One Hundred and Eighteen and 20/100 Only.  (2 KB)

 Download

 Download
Simple Encryption Algorithm

This project shows how to encrypt and de-encrypt strings. This is useful when you want to save some key values in the registry or ini files but do not want the users to read them. Example: Passwords and user ID for network or SQL server logins

 Download  Download
Statistics Calculation (Simple)

This project uses a simple class to calculate average, variance, etc.  This class can be easily enhanced to calculate many other statistical parameters.

   Download
Statistics Calculation (version 2)

This project uses the same class as above, but incorporates a collection to maintain several sets of data and switch between them.  This project also show how to programmatically add menus and control them..

   Download
PI value calculator

Calculate the value of PI to any number of digits (almost).

   Download