Learn VBScript
VBScript is a Microsoft technology that requires Microsoft's Internet Explorer!
You will learn how to write VBScript, and how to insert these scripts into your HTML documents to make your Web pages more dynamic and interactive.
(Added: 25-Jun-2001 Hits: 6269 Rating: 10.00 Votes: 2) Rate It | Recommend It
Make your first ActiveX control
Step by Step tutorial for beginners. After this tutorial will be able to make you first ActiveX control in Visual Basic.
(Added: 21-Aug-2000 Hits: 5902 Rating: 8.63 Votes: 8) Rate It | Recommend It
Visual Basic 5 Interactive Course
In this chapter, you will learn to maneuver around the Visual Basic 5 integrated development environment and to set it up for convenient programming.
(Added: 5-May-2000 Hits: 11350 Rating: 7.21 Votes: 15) Rate It | Recommend It
Writing Your First Visual Basic 6 Program
Writing Your First Program
In this tutorial you will learn how to:
Create the user interface for a new program.
Set the properties for each object in your user interface.
Write program code.
Save and run the program.
Build an executable file.
(Added: 3-Jun-2001 Hits: 3647 Rating: 5.00 Votes: 1) Rate It | Recommend It
A Programmer's Introduction to Visual Basic.NET
This free ebook is meant to give you a head start on the changes from Visual Basic to Visual Basic.NET (VB.NET). Most of the book assumes that you are comfortable with Visual Basic 6.0 (VB6), so the book endeavors to be a quick introduction to the major differences between VB6 and the new VB.NET.
(Added: 7-Dec-2007 Hits: 471 Rating: 0 Votes: 0) Rate It | Recommend It
ActiveX Data Objects
The first article in Peter’s Advanced Visual Basic series provides a detailed overview of using Visual Basic in conjunction with SQL Server through the use of ADO, and how ADO is implementing in a Visual Basic application.
(Added: 6-May-2003 Hits: 2186 Rating: 2.00 Votes: 1) Rate It | Recommend It
Arrays
The seventh article in Peter’s Learn Visual Basic series outlines the concept of an array, providing examples of the purpose that arrays serve in a Visual Basic program.
(Added: 6-May-2003 Hits: 1829 Rating: 0 Votes: 0) Rate It | Recommend It
Binary Files
Although binary files may at first seem rather primitive, reading and writing bytes one by one, they can be immensely useful, and make it relatively easy to create your own file formats. This tutorial shows you the ins and outs of Binary files, serialization (converting variables to binary) and deserialization (converting binary files to readable variables).
(Added: 2-May-2002 Hits: 2786 Rating: 7.60 Votes: 5) Rate It | Recommend It
Constructs & Variables
A comprehensive tutorial with information about constructs and variables, If statements loops and more.
(Added: 13-Sep-2001 Hits: 2607 Rating: 1.00 Votes: 1) Rate It | Recommend It