Best Tutorials website
Latest tutorials

Advertisment

Introduction

Introduction

Introduction tutorial to get started in Visual Basic.


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

Building a Visual Basic Application

Building a Visual Basic Application

In this section, we are not going into the technical aspect of VB programming, just have a feel of it.


Views: 1294 | Rating star | by Tutorial
Visual Basic - Introduction to Visual Basic

Writing the Codes

Writing the Codes

Basic tutorial on writing the code behind an interface.


Views: 1287 | Rating star | by Mark
Visual Basic - Introduction to Visual Basic

Working With Controls

Working With Controls

Learn how to work with controls in VB.


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

Managing Visual Basic Data

Managing Visual Basic Data

Learn about the Types of Visual Basic Data.


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

Working With Variables

Working With Variables

Start learning about variables and how to store information in them.


Views: 1215 | Rating star | by Troy
Visual Basic - Introduction to Visual Basic

Controlling Program Flow

Controlling Program Flow

To control the VB program flow, we can use various conditional operators.


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

More on Program Control

More on Program Control

If you have a lot of conditional statements, using If..Then..Else could be very messy.


Views: 1219 | Rating star | by Brad
Visual Basic - Introduction to Visual Basic

Looping

Looping

Visual Basic allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping.


Views: 1263 | Rating star | by Jason
Visual Basic - Introduction to Visual Basic

Introduction to VB Function (Part 1)

Introduction to VB Function (Part 1)

Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program...


Views: 1152 | Rating star | by Donald
Visual Basic - Introduction to Visual Basic

Introduction to VB Function (Part 2)

Introduction to VB Function (Part 2)

Learn how to create your own functions.


Views: 1172 | Rating star | by Source
Visual Basic - Introduction to Visual Basic

Creating VB Function For MS Excel

Creating VB Function For MS Excel

Start using your VB knowledge in MS Excel.


Views: 1255 | Rating star | by David
Visual Basic - Introduction to Visual Basic

Arrays

Arrays

What are arrays? And how to use them.


Views: 1327 | Rating star | by Daniel
Visual Basic - Introduction to Visual Basic

Working With Files

Working With Files

Is it possible to save data accepted by a VB program into a storage device, such as a hardisk or diskette, or even CDRW? The answer is possible.


Views: 1271 | Rating star | by Brad
Visual Basic - File Manipulation

Creating Multimedia Applications: Part 1

Creating Multimedia Applications: Part 1

You can create various multimedia applications in VB that could play audio CD, audiofiles, VCD , video files and etc.


Views: 1175 | Rating star 3 | by Stephen
Visual Basic - Multimedia

Creating Multimedia Applications: Part 2

Creating Multimedia Applications: Part 2

In previous lesson, we have programmed a CD player. Now, with some modifications, we will transform the CD player into an audio file player. This...


Views: 1170 | Rating star | by Brad
Visual Basic - Multimedia

Creating Multimedia Applications: Part 3

Creating Multimedia Applications: Part 3

Now, with some modifications, we will transform the audio player into a picture viewer.


Views: 1258 | Rating star | by Troy
Visual Basic - Multimedia

Creating Multimedia Applications: Part 4

Creating Multimedia Applications: Part 4

Now, with some modifications, we will transform the audio player into a multimedia player that could play all kinds of movie files besides audio...


Views: 1255 | Rating star | by Donald
Visual Basic - Multimedia

Creating database applications in VB-Part I

Creating database applications in VB-Part I

Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc.


Views: 1276 | Rating star | by Mark
Visual Basic - Database Related

Creating database applications in VB-Part II

Creating database applications in VB-Part II

In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same...


Views: 1255 | Rating star | by Amy
Visual Basic - Database Related