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)
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
This project uses a simple class to
calculate average, variance, etc. This class can be easily enhanced
to calculate many other statistical parameters.
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..