Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Array Declaration and Related Functions - Visual Basic tutorial


This tutorial will help you understand: What Is an Array? Array Variable Declaration; Assigning Values to Array Elements; Retrieving Values from Array Elements; "Array" Function; "Erase" Statements.
Category: Visual Basic tutorials > VB Script - Difficulty:

More cool Visual Basic tutorials:



Get started with Visual Basic by learning to display the date and time
Get started with Visual Basic by learning to display the date and time
Get started with Visual Basic by learning to display the date and time
Category: Visual Basic tutorials > Date & Time - Difficulty:
More on Program Control
More on Program Control
If you have a lot of conditional statements, using If..Then..Else could be very messy.
Category: Visual Basic tutorials > Basics - Difficulty:
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 files.
Category: Visual Basic tutorials > Multimedia - Difficulty:
How to Open a New Form with the Press of a Button
How to Open a New Form with the Press of a Button
Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and windows. This is a very basic tutorial on how to open a new form/window by simply clicking on a button.
Category: Visual Basic tutorials > Development - Difficulty:
How to use FindFirstFile Win32 API from Visual Basic code
How to use FindFirstFile Win32 API from Visual Basic code
This article describes how to use Win32 API functions from Visual Basic programming language to find files and obtain extended file info. Free sample Visual Basic code is available for download. Used technologies: Visual Basic 6.0, Win32 API
Category: Visual Basic tutorials > File Manipulation - Difficulty: