Error control Questions

1

VB Error Handling
While execution of my program’s exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every ‘Sub’ or ‘Function’, before ‘End Sub’ or ‘End Function’, I have put these lines… If Not Err.Number = 0 Then MsgBox Me.Name & [...]

Answer Question   |  January 23, 2009  7:03 AM
Error control, Error handling, Error Messages, Error Report, Software development, VB, VB 6, VB error handling, Visual Basic, Visual Basic 6, Visual Basic developers
asked by:
155 pts.

1