If a run-time error occus in a VB6 app, does this mean Error handling has been turned off?
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-05-11T11:21:28Z
Indexed on
2010/05/11
12:14 UTC
Read the original article
Hit count: 361
If a run-time error occur in a VB6 app, does this mean Error handling has been turned off by use of the On Error Goto 0
statement?
Can this assumption be made? Or are there are other circumstances in which a run-time error could occur?
If an error has been handled by either a Resume Next
or a Goto
then surely a run-time error would not occur. True or False?
© Stack Overflow or respective owner