what is the better way to handle errors in VB6

前端 未结 7 676
再見小時候
再見小時候 2020-11-30 06:43

I have VB6 application , I want to put some good error handling finction in it which can tell me what was the error and exact place when it happened , can anyone suggest th

相关标签:
7条回答
  • 2020-11-30 07:43

    Use the On Error statement and the Err object.

    0 讨论(0)
提交回复
热议问题