Visual Basic Tutorials
Visual Basic is created by Microsoft for building stand alone Windows-based programs and applications. Visual Basic is derived heavily from Basic language. Developers can use it for quickly building GUI applications. If you're looking for a fast way to build programs, consider Visual Basic programming for it may be exactly what you need. Be sure to check out the tutorials in this section!
- .NET (4)
- Buttons (0)
- Database Related (2)
- Date and Time (2)
- Development (3)
- Error Handling (0)
- File Manipulation (2)
- Introduction to Visual Basic (6)
- Miscellaneous (2)
- Multimedia (2)
- Networking (2)
- Security (0)
- VB Script (4)
Recent Visual Basic Tutorials
In: Visual Basic /
Introduction to Visual Basic
June 12, 2008
By definition, an array is a list of variables, all with the same data type and name. When we work with a single item, we...
In: Visual Basic /
VB Script
June 11, 2008
This tutorial will help you understand: What Is an Array? Array Variable Declaration, Assigning Values to Array Elements...
In: Visual Basic /
Introduction to Visual Basic
June 11, 2008
This article is an introduction tutorial to get started in Visual Basic...
In: Visual Basic /
.NET
June 10, 2008
This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control...
In: Visual Basic /
VB Script
June 10, 2008
This tutorial will help you understand: How to detect variable data type and status, Using IsNumeric Function, Parsing Long...
In: Visual Basic /
VB Script
June 10, 2008
This tutorial will help you understand: "For ... Next" Statements, "While" Statements, "Do ... Loop" Statements, and Breaking...
In: Visual Basic /
VB Script
June 10, 2008
This tutorial will help you understand: What Is a Procedure? Defining and Invoking Function Procedures, Defining and Invoking...
In: Visual Basic /
.NET
June 09, 2008
This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a ...