Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Creating a Form With Panels - Visual Basic tutorial


Creating a Form With Panels
Category: Visual Basic tutorials > Development - Difficulty:

More cool Visual Basic tutorials:



Learning VB.NET in 5 minutes
Learning VB.NET in 5 minutes
To start programming we need to download a compiler. In this tutorial we will use Microsoft’s Visual VB 2005 Express Edition. It is a free complier that we will be using for this tutorial. You download and install it here.
Category: Visual Basic tutorials > Basics - Difficulty:
Procedures - Functions and Subroutines
Procedures - Functions and Subroutines
This tutorial will help you understand: What Is a Procedure? Defining and Invoking Function Procedures; Defining and Invoking Sub Procedures; Rules of Passing Arguments; Passing Array as Arguments; Variable Scope in Procedures
Category: Visual Basic tutorials > VB Script - Difficulty:
Variable Inspection and Numeric Conversion
Variable Inspection and Numeric Conversion
This tutorial will help you understand: How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers
Category: Visual Basic tutorials > VB Script - Difficulty:
How to view your local IP
How to view your local IP
A guide on how to get your local IP address using Visual Basic. This uses Winsock and you IP address will pop up on a message box.
Category: Visual Basic tutorials > Basics - Difficulty:
Saving text files
Saving text files
This tutorial shows you how the built in visual basic funtions can be used to save files. The ways to shown to save a file are the write and print functions.
Category: Visual Basic tutorials > File Manipulation - Difficulty: