Sample Code 
-
What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these.. 
-
Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications.. 
-
How to check that a string is a properly formatted email address.. 
-
-How to ..... bitmaps,icons,dialogboxes,Menues..etc..from Executeables or Res files... 
-
This is a VERY basic example for the absolute beginner out there...
Best update this as I found the copyright data for it...
. 
-
The faster and optimized version of loading fonts into your Comboboxes... forget Screen.FontCount and Printer.FontCount, use this API function and you will notice not only its fast as hell(about 98% faster) but its more efficient too!. 
-
How to start a program such as the calculator, and then end it at the command of the user from your own Visual Basic program.. 
-
How to use the NOT boolean operator to easily toggle visibility.. 
-
Retreive the windows version, service pack and build number using this code. 
-
How to the values of environment variables such as the windows directory on NT systems. 
-
How to create a VBScript/ASP equivilant of the VB IIF statement. 
-
How to use Preserve and the ReDim statement to resize arrays whilst preserving existing items. 
-
How to make the PC beep. 
-
How to generate random numbers using Randomize and Rnd.. 
-
How to display a HTML Help topic from a Message box. 
-
How to programmatically turn off warning messages in MS Office applications when using Office Automation. 
-
VB myth #3: UBound() returns the number of items in an array. 
-
VB myth #1: There's only one way to code numeric conditional expressions. 
-
How to display a VB form without know it's name at design time. 
-
A tip for determining the size of a VB dynamic array. 
-
A neat trick to allow you to use numeric keys in the ListView control. 
-
Make LBound() and UBound() even more efficient. 
-
Using LBound() and UBound() when iterating Visual Basic arrays. 
-
With statement precedence in Visual Basic. 
-
How to 'Pause' your application using the Sleep API. 
-
Let users add tab spaces in VB's Rich Textbox control. 
-
How to make the PC's internal speaker beep, even when there is a sound card installed.. 
-
How to automatically close a message box after a number of seconds.. 
-
How to open and close a CD ROM drive. 
-
Evaluate mathematical expressions on-the-fly. 
-
How create a mailto: email link, just like on a webpage. 