Hi,
VB6 projects show this problem when run under Windows 8: The interpreter ignores the error capture routine. That is: Lines like "On Error Resume Next" or "On Error Goto" will be ignored and the program stops with the error. Is there something that can be done about this?
Thanks, Nexo
VB6 projects show this problem when run under Windows 8: The interpreter ignores the error capture routine. That is: Lines like "On Error Resume Next" or "On Error Goto" will be ignored and the program stops with the error. Is there something that can be done about this?
Thanks, Nexo
Comment