17841.html

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

HTML
23
字号
<html>  <head>    <title>Re: Binary File 问题</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: Binary File 问题</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 飞云 on August 25, 1999 at 11:39:16:<p>In Reply to: <a href="17837.html">Binary File 问题</a> posted by 龙幻 on August 25, 1999 at 10:45:58:<p>你的意思很模糊<br>1.binary档可以<br>  open filename for binary as #1<br>    AA$=space(lof(1))<br>    get #1,,AA$<br>  close<br>来将aa$写在text box上<p>2.若单以开档方式,一个字或一个byte来看,则<br>因位字原的asc有可能超过127所以是无法在textbox上<br>显现<p>3.若要 textbox看不到,我想你要加密<br>至于加密,那就是另一套技术了<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17841--></ul><!--end: 17841--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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