Best Tutorials website
Latest tutorials

Advertisment

VB Code

VB Code

In this section I'll cover the topic of coding - the use of the Visual Basic language. As part of this section I'll try to show you which...


Views: 723 | Rating star | by Jarry
Visual Basic - Introduction to Visual Basic

Command Descriptions

Command Descriptions

In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For...


Views: 751 | Rating star 3 | by Stephen
Visual Basic - Introduction to Visual Basic

Command Summary Chart

Command Summary Chart

Fact is, that few of the VB commands stand alone. More often than not, a command supports only one aspect of a topic. For example, the OPEN command...


Views: 710 | Rating star | by Colin
Visual Basic - Introduction to Visual Basic

Getting Started With Visual Basic 6.0

Getting Started With Visual Basic 6.0

Comprehensive tutorial to introducing you to all of the basics in version 6.0 of Visual Basic.


Views: 710 | Rating star | by Jarry
Visual Basic - Introduction to Visual Basic

Basic drawing program

Basic drawing program

This tutorial doesn't just show you how to make a simple drawing program, it also teaches you things like error handling. Good for beginners...


Views: 775 | Rating star | by Jarry
Visual Basic - Introduction to Visual Basic

Basic Calculator

Basic Calculator

In this tutorial we will learn to create a basic calculator in Visual Basic.


Views: 779 | Rating star | by Ben
Visual Basic - Introduction to Visual Basic

Display input in a Label

Display input in a Label

In this tutorial we will code a application to display anything you type into a textbox on to a label.


Views: 704 | Rating star | by Simon
Visual Basic - Introduction to Visual Basic

Creating a Clock

Creating a Clock

Dispay the current time in your VB app.


Views: 759 | Rating star | by Sean
Visual Basic - Introduction to Visual Basic

URL linked Label

URL linked Label

Create a hyperlinked label in your Visual Basic application that will open up in a new browser window.


Views: 728 | Rating star | by John
Visual Basic - Introduction to Visual Basic

Getting Started With Visual Basic 6.0

Getting Started With Visual Basic 6.0

Comprehensive tutorial aimed at introducing you to the basics of programming in Visual Basic 6.0.


Views: 729 | Rating star | by Colin
Visual Basic - Introduction to Visual Basic

Managing INI files

Managing INI files

How to create, read and write an INI file from Visual Basic 6


Views: 749 | Rating star | by Adam
Visual Basic - Introduction to Visual Basic

Key trapping

Key trapping

How do you tell what keys your users are pressing? This tutorial teaches you a rock solid method that you can build in games and advanced...


Views: 840 | Rating star | by Steve
Visual Basic - Introduction to Visual Basic

The Basics of Visual Basic

The Basics of Visual Basic

A great tutorial for people that are starting out with visual basic and need to get a rock solid start. Described are loops, conditionals and...


Views: 709 | Rating star | by Colin
Visual Basic - Introduction to Visual Basic

The basics of Visual Basic - Part 1

The basics of Visual Basic - Part 1

This takes you through changing what text says, working the different components together and it explains all the code necessary so everyone can...


Views: 560 | Rating star | by Mathew
Visual Basic - Introduction to Visual Basic

Business objects

Business objects

This tutorial presents a design pattern for developing solid, scalable, robust business objects, designed for (and from) real-life distributed...


Views: 588 | Rating star | by Steve
Visual Basic - Introduction to Visual Basic

Calculating the Area of a Rectangle using Visual Basic 6

Calculating the Area of a Rectangle using Visual Basic 6

Learn how to use Visual Basic 6 to create an application which allows you to calculate the area of a rectangle.


Views: 576 | Rating star | by Amy
Visual Basic - Introduction to Visual Basic

Installing Visual Basic 2005 Express Edition

Installing Visual Basic 2005 Express Edition

Have you ever wanted to learn to program, but just never had the time or money to invest in programming applications? Well Microsoft released a...


Views: 543 | Rating star | by Simon
Visual Basic - Introduction to Visual Basic

Create and configure MenuStrips

Create and configure MenuStrips

Create and configure basic menus for Windows forms applications in Visual Studio.


Views: 579 | Rating star | by John
Visual Basic - Introduction to Visual Basic

Creating Dialog Boxes in VB.NET

Creating Dialog Boxes in VB.NET

Create custom dialog boxes for Windows Forms applications.


Views: 574 | Rating star | by Isac
Visual Basic - Introduction to Visual Basic

Simple VB Code with Command Buttons

Simple VB Code with Command Buttons

n this tutorial we will look into changing other controls in the command of varying buttons. I am trying to keep these VB tutorials quick and...


Views: 566 | Rating star | by Steve
Visual Basic - Introduction to Visual Basic