| Most Visual Basic Popular Articles | |
|
Generate License Keys (such as CD keys on Microsoft software) by Brian Gillham (8/26/2002)
|
| This class allows you to generate license keys, such as the CD keys on the case of most Microsoft software |
|
Visual Basic Read and Modify the Registry by Kenneth Ives (3/29/2003)
|
| Perform the four basic functions to the Windows registry. Add, change, delete, and query. Allows you to to read registry values, and modify both keys and values.
|
|
Generate an Array of Unique Random Numbers by Brian Gillham (8/26/2002)
|
| This function will generate an ARRAY of TRULY random numbers. |
|
Beginning Resource Files in Visual Basic by Kenneth Ives (3/30/2003)
|
| Have you ever wanted to use graphics, such as icons, bitmaps, cursors, and AVI files? How about sound or even message box text? This can be an enormous amount of overhead. These are all examples of more files to keep track of when you distribute an application, DLL, or OCX. Lets find out how resource files can help.... |
|
Visual Basic Compact/Repair Access Database Utility by Kenneth Ives (3/29/2003)
|
| This utility will compact and repair the access database you select. It is actually more convenient to use this utility than do the same task with Access, because you don't have to save the database with a different name and then delete the old database when you are done: here, a temporary copy of the database is automatically created and deleted. |
|
Generate your own Random Numbers by Thaha Hussain (10/12/2002)
|
| This simple program generates random numbers using the basic mathematical methods. |
|
Creating a watermark in Excel with VBA by Kenneth Ives (3/30/2003)
|
| Adding a watermark to an Excel spreadsheet using VBA. |
|
Change Cursor to Hour Glass by Brian Gillham (8/26/2002)
|
| A simple script to change the cursor to an hour glass. |
|
Analog Clock by Thaha Hussain (10/12/2002)
|
| This program demonstrates Thaha Hussain's Clock Work Formula to paint an Analogue Clock. |
|
Visual Basic FileSystemObject Wrapper v2.5 by Kenneth Ives (3/29/2003)
|
| DLL with several routines to make use of the Scripting.FileSystemObject.
Be sure to make a reference to "Microsoft Scripting Runtime" (scrrun.dll)
in your project. |
|
Visual Studio Style Tabs Control by Leontti A. Ramos M. (8/2/2002)
|
| This is a lightweight control (just 84kb compiled) that adds Visual Studio style tabs to your projects. With a small footprint, this dll is a good start point to enhance your app user interface. |
|
Visual Basic CryptoAPI Demo Version 1.7 by Kenneth Ives (3/29/2003)
|
| This is a detailed demonstration Microsoft's CryptoAPI. It shows you how to use passwords, hash algorithms, encrypting strings, and files.
|
|
Maths Behind The Bezier Curve by Thaha Hussain (10/12/2002)
|
| Explains how we can draw a Bezier Curve! The maths behind a Cubic Bezier.Very simple. No API's used. Key words : paint brush, draw, curve, graphics, picture, technique, smooth curve |
|
MP3 Organizer by Philipos Sakellaropoulos (9/19/2003)
|
| This complete VB program helps you organize your MP3 files stored in CD-ROM disks or hard-disk folders. |
|
Count Lines of Code in any Application or Module by Kenneth Ives (3/29/2003)
|
| This application will count the number of lines of code in Visual Basic projects as a whole or any selected modlue (.frm, .cls, .bas, .dsr, etc.). It generates a report breaking down lines into number of actual code lines, function declarations, blank lines, and comments. You can save and view these reports with this application as well.
|
|
Remove all Occurrences of a Character in a String by Brian Gillham (8/26/2002)
|
| Remove all Occurrences of a Character in a String |
|
better XOR Encryption with a readable string by Sebastian L. (7/1/2003)
|
| XOR En/Decryption that gives you a readable string (doesn´t contain any special chars) that can be saved as preference or somewhat else, there are other routines that make a nice XOR but the encoded string is not usable because it contains wrongs chars that make your string unusable and undecodable |
|
VB Code Spell Checker by Greg DeBacker (8/23/2002)
|
| This is a must have for every programmer. This sample project will spell check every Caption, Text, and List property in your project, along with all string variables and all MsgBox calls. It will also list information about the Project itself |
|
Odd Magic Square by Thaha Hussain (10/12/2002)
|
| Magic square is a set of numbers arranged in a particular order whose column-wise, row-wise and diagonal-wise sums are all the same. This program explains the mathematics behind an odd magic square. Magic, Fun, Maths, Interesting, Easy even for beginners and excellent!!
|
|
Automate Outlook Via ADO by Brian Gillham (8/24/2002)
|
| Access any of the folders of Outlook from within your Visual Basic project |