Home

Submit

Source

Feeds

Home » Visual Basic » Error Handling ::

Visual Basic Error Handling
Program bugs are highly ecological because program code is a renewable resource. If you fix a bug, another will grow in its place. And if you cut down that bug, yet another will emerge; only this one will be a mutation with long, poisonous tentacles and revenge in its heart, and it will sit there deep in your program, cackling and making elaborate plans for the most terrible time to strike.
Related Tutorials
Visual Basic Working with Database
Creating an Advanced VB database application using ADO control
Visual Basic / Working with Database
In this lesson, you will learn to create a more advance database application using ADO control.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Functions
High Resolution Timing in Visual Basic
Visual Basic / Functions
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!.

Site: www.codebeach.com Report - View Tutorial

Visual Basic Getting Started
More on Program Control
Visual Basic / Getting Started
If you have a lot of conditional statements, using If..Then..Else could be very messy.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Instrinsic Controls
Visual Basic / Getting Started
VB comes with 20 built-in controls. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control.

Site: www.garybeene.com Report - View Tutorial

Visual Basic VB.Net
Searching Listbox
Visual Basic / VB.Net
This sample shows how to search item from the listbox. New to method to the .NET listbox control.

Site: www.code-master.net Report - View Tutorial

Visual Basic Working with Database
Creating database applications in VB-Part II
Visual Basic / Working with Database
you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
ActiveX Controls
Visual Basic / Getting Started
In the Learning Edition of VB there were only 4 ActiveX controls, but in the Professional Edition of VB, Microsoft has provided 20 additional controls. Some are very excellent and some you may never use. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Complete Projects
Runtime Menus
Visual Basic / Complete Projects
In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.

Site: www.imt.net Report - View Tutorial

Visual Basic Getting Started
Controlling Program Flow
Visual Basic / Getting Started
To control the VB program flow, we can use various conditional operators. Basically, they resemble mathematical operators. Conditional operators are very powerful tools, they let the VB program compare data values and then decide what action to take, whether to execute a program or terminate the program and etc.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part I
Visual Basic / Multimedia
You can create various multimedia applications in VB that couold play audio CD, audiofiles, VCD , video files and etc. To be able to play multimedia files or multimedia devices, you have to insert Microsoft Multimedia Control into your VB applications that you are going to create.

Site: www.vbtutor.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement