Search Tools Links Login

A Quick Way To Handle Errors


Visual Basic 6, or VB Classic

This is for all the beginners out there that have problems with their apps making errors.
I dont care about votes it's just to help you all out, you advanced guys know this but some of the beginners wont.

Original Author: Chris Bradley

Code

'Simple, just put the below code above
any of your other codes, so if it has an error the program wont crash.

On Error Resume Next

'It cant be more simple.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 109 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.