Articles & Tutorials 
-
A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs.. 
-
This article series is an introduction for class programming in VB 6. It discusses general information about class such as encapsulation, inheritance and polymorphism. The first article will tackle classes in general, setting up properties and method of a class. . 
-
Learn how to print graphics, text and RTF in Visual Basic, as well as printer & graphics options. 
-
Completely new to Visual Basic? Overwhelmed with the confusing instructions? Read this tutorial and get a head start - learn what VB is, what you can do with it, how much it costs, and how to get star. 
-
How to use number functions in VB. 
-
How to use the various string functions available (converting, finding, replacing etc).. 
-
How to use the ComboBox control.. 
-
How to use the Data Control to add database functionality to your program.. 
-
This tutorial explains all you need to know about customizing forms in VB.. 
-
How to access any command line parameters sent to your application. 
-
Don't let VB give the user a meaningless error message, and then close your application! Use error handling, and provide a useful error message (ie Please insert a disk), without crashing your applica. 
-
How to use the For...Next statement to loop through code a certain number of times.. 
-
How to use Constants in your VB project.. 
-
Appendix of all the standard data types available in VB.. 
-
Learn how to use all the tools available to you in VB to help track down those annoying bugs, saving you valuable time.. 
-
This tutorial describes the different versions and editions of VB available, and what you can do with them.. 
-
How to save your program preferences to the registry.. 
-
This article quickly describes the different 'scopes' a variable, procedure, or any other object in VB can have.. 
-
Ever wanted to add a 'splash screen' like Word as it loads? This tutorial shows you how.. 
-
Everything you ever wanted to know about variables.. Declaring, getting, setting, objects, UDTs, ByRef and ByVal. What more could you want?. 
-
Extracts from a number of MSDN articles on coding and naming conventions in VB.. 
-
Find out about VB's roots, what it is exactly, and other VB issues.. 
-
Keep up with the crowd! Find out how to create your own MP3 Player using the Windows Media Player.. 
-
How to use the If...Then...Else statement to execute code on a certain conditions.. 
-
How to perform mathematical operations, including rounding, square roots, logarithms etc.. 
-
How to use the Input Box function to get input from the user.. 
-
How to use the MsgBox function to display simple prompts or messages.. 
-
How to use the Select Case statement.. 
-
Shows you how to open another application using the Shell function, and use the ShellExecute API to open a file with its default viewer.. 
-
Want to show an open/save dialog, let the user pick a colour, or show the print dialog? This tutorial shows you how, using the Common Dialog Control.. 
-
Ever wanted to store multiple sets of data in the same variable? You can using arrays, and this tutorial shows you everything you need to know about them.. 
-
Learn about the TCP/IP protocol, UDP, Client-Server applications, sockets, using the SocketWrench control, and more!. 