Previous 1 2
Introduction to Visual Basic 3.0 Programming
This tutorial is written for beginning programmers starting with VB3. It walks you step by step through creating your first simple program.
Jose's VB Beginner's Corner
Loads of content and tutorials written specifically for VB Beginners. Jose's VB Beginners Corner contains many large articles that cover issues from implementing simple error handling to getting started with the API.
Using If . . . Then Statements
One of the first things you should learn about Visual Basic is how to make your application execute code depending on whether or not a variable is a certain value or not. This tutorial from vbhelp.net offers a practical example of how to do this.
Using Message Boxes
This tutorial from vbhelp.net explains how to go about using the MsgBox function to offer the user simple Yes/No choices, using the standard Windows message box.
Visual Basic Explorer
The place for the VB Newbie. This site offers tons of tips, links and technical resources presented in an easy to understand way.
Visual Basic Overview: Properties, Events, Methods
Explains the principles of Properties, Events and Methods, as well as including a large table that lists the events, properties and methods of every basic control.
Visual Basic Tutorial
This set of Web pages have been designed as a quick introduction to Visual Basic. The aim is to get readers up and over the first step of the learning curve to a position where they have enough knowledge to start learning by experimentation.
Visual Basic ToolBox Reference
A great sheet to print out and stick on the wall! This page simply shows a picture of a toolbox and tells you what each button does.
Previous 1 2