Sample Code 
-
This code snippet demonstrates how to open, read and write to excel files. The concept is very simple. Totally aimed at beginners and well commented!. 
-
Simple snippet of code to compact and repair any MS Access database.. 
-
How to obtain the binary string for the ASCII code of a character.. 
-
How to check that a string is a properly formatted email address.. 
-
This is a VERY basic example for the absolute beginner out there...
Best update this as I found the copyright data for it...
. 
-
A basic tutorial on how to make your programming faster and save space. Teaches the basic usage of modules and how they can help you, and some other useful info.. 
-
How to use the NOT boolean operator to easily toggle visibility.. 
-
Retreive the windows version, service pack and build number using this code. 
-
Why not to use DoEvents!. 
-
This little source code shows you how to print 3D text on a form.....Just a bit!. 
-
This code will change the font of the command button to bold when the mouse moves over it and it will become default when the mouse moves out.. 
-
This simple code will tell you if you are connected to the internet, and what method you use to connect.... 
-
This trick show you how to add display all the fonts, which you have installed on your system, in a combobox... 
-
This is a simple code that demostrates the usage of internet transfer control to retrieve HTML code from a web page.. 
-
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. 
-
How to use the AppActivate statement. 
-
How to add and remove records using the Data Control. 
-
How to automatically close a message box after a number of seconds.. 
-
Improvement on previous code submitted. 
-
A Version of the Text Scroller on VBweb, with a pause function when the text reaches the middle.. 
-
A simpe error handling example. 
-
An example calculator. 
-
An example of a MDI (multi-document interface) program. 
-
A simple web browser built using the Web Browser control. 
-
A simple example of using the DataControl to browse a database. 
-
How to add a hyperlink in your application. 
-
Create a screen that prevents users from using the PC, until they enter a valid password. 
-
This code shows you how to display a popup menu in VB. 
-
How to launch a PC's default browser with ShellExecute API. 
-
Using LBound() and UBound() when iterating Visual Basic arrays. 