Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Command Descriptions - Visual Basic tutorial


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 details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determine which one can help out in your situation.
Category: Visual Basic tutorials > Basics - Difficulty:


More cool Visual Basic tutorials:



Open text files in a textbox
Open text files in a textbox
This tutorial will teach you how to open a text file into a textbox. It uses the Common dialog.
Category: Visual Basic tutorials > Basics - Difficulty:
Programming With Variants
Programming With Variants
In this tutorial we will take an in-depth look at Variants and discuss the benefits and pitfalls of programming with them.
Category: Visual Basic tutorials > Development - Difficulty:
Internet Programming
Internet Programming
In this tutorial I will cover how to perform file transfers between your PC and a web server.
Category: Visual Basic tutorials > Networking - Difficulty:
Using INI files with VB.NET - Learn how to use external INI files with .NET
Using INI files with VB.NET - Learn how to use external INI files with .NET
Using INI files with VB.NET - Learn how to use external INI files with .NET
Category: Visual Basic tutorials > VB Script - Difficulty:
High Resolution Timing in Visual Basic
High Resolution Timing in Visual Basic
So, you're interested in having your functions act at specific time intervals, eh? Naturally you would turn to the Timer Control included with VB. Unfortunately, the timer control has a resolution of ~55ms. 55ms seems like a very short time to us, but to the computer, 55ms is an agonizingly long time. Don't torture your computer! Use accurate and high-resolution timing methods.
Category: Visual Basic tutorials > Date & Time - Difficulty: