7568.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 27 行

HTML
27
字号
<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 <a href="mailto:honey0@tcts1.seed.net.tw">Honey</a> on November 23, 1998 at 18:14:32:<p>
In Reply to: <a href="7556.html">Re: 我只会开,不会关ㄝ,怎么办....</a> posted by Lai on November 23, 1998 at 12:00:12:<p>
这个Function我是这样写的<br>Public Function ByteToString(BytString() As Byte) As String<br>Dim i As Integer<br>ByteToString = ""<br>i = 0<br>While bytString(i) = 0&<br>ByteToString = ByteToString & Chr(bytString(i))<br>i = i + 1<br>Wend<br>End Function<br>很抱歉漏掉了
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7568-->
<!--top: 7597--><li><a href="7597.html">嘿嘿~~我比较天....^^</a> <b>simon</b> <i>23:10:41 11/24/98</i>
(<!--responses: 7597-->0)
<ul><!--insert: 7597-->
</ul><!--end: 7597-->
</ul><!--end: 7568-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?