18444.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 29 行
HTML
29 行
<html> <head> <title>Re: 试试 "可处理的错误"</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 试试 "可处理的错误"</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 琏琏 on September 04, 1999 at 11:51:49:<p>In Reply to: <a href="18429.html">试试 "可处理的错误"</a> posted by 纪文和 on September 04, 1999 at 04:59:37:<p><center><img src="http://feitsui.hyd.ncku.edu.tw/TLCheng/Basic/logo.gif"></center><p>: : 请问有人知道如何在 VB Books Online 中找到所有 Error Number 的解释吗!<p>: : 不知道用什么 Key word 去找, 烦死了,<p>: 找 [错误] 或 [可处理的错误], 找到之后, 从 [请参阅]又可找到相关的资料.<p> VB Books Online 中的 Error Number 跟 Windows 内定的不同喔!!<br>懒得话, 就用程式码找...<p>tD=""<br>for i=1 to 65536<br> if tD<> Error(i) then<br> Debug.Print Error(i)<br> tD=Error(i)<br> End if<br>Next i<br><ul><li><a href="http://feitsui.hyd.ncku.edu.tw/TLCheng/Basic/index.htm">琏琏</a></ul><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18444--><!--top: 18446--><li><a href="18446.html">Re: 试试 "可处理的错误"</a> <b>琏琏</b> <i>11:56:27 9/04/99</i>(<!--responses: 18446-->0)<ul><!--insert: 18446--></ul><!--end: 18446--></ul><!--end: 18444--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?