 |
Error Handling In Visual Basic | Visual Basic 6 (VB6)
Trapping Errors at Run-Time Before you can do anything to deal with a run-time error, you need to capture the error. You use the On Error statement to enable an error trap. On Error will redirect the execution in the event of a run-time error. There are s
www.vb6.us |
 |