Friday, May 16, 2008

Why should you create your own error handlers instead of using the default Visual Basic handler?

The Visual Basic default error handler does not give the user an opportunity to
correct the error. In addition, the default handler does not run code associated
with cleaning up the application, such as allowing the user to save changes.
Only a custom error handler provides this capability.

Your Title