18141.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 为何无法读入中文档?到底做做错了什么?(内详Please)</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 为何无法读入中文档?到底做做错了什么?(内详Please)</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:luo570@ms31.hinet.net">小琳</a> on August 30, 1999 at 20:23:34:<p>In Reply to: <a href="18120.html">为何无法读入中文档?到底做做错了什么?(内详Please)</a> posted by CIC on August 30, 1999 at 14:06:05:<p>: 各位大哥大姐好! <br>: 小弟在做一个类似 "记事本" 的东西,但却无法开启中文档,<br>: 只可开英文档案,why?可否告诉小弟我做错了什么?<br>: (textbox是在MDIForm子表单内?这有差吗?imemode也开了!)<br>: 感激不尽!!<p>: CommonDialog1.ShowOpen<br>: oldfile = CommonDialog1.FileName<br>: free_file = FreeFile(0)<br>: Open oldfile For Input As #free_file<br>: MsgBox LOF(free_file), 48<br>: Form1.Text1.Text = InputB(LOF(free_file), free_file)<br>: Form1.Caption = oldfile<br>: Close #free_file<p>:::您可以使用RichTextbox物件来做,这个物件功能比<br>TextBox的功能还要强,用来做记事本是最好不过了!!!<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18141--><!--top: 18151--><li><a href="18151.html">Re: 为何无法读入中文档?到底做做错了什么?(内详Please)</a> <b>CIC</b> <i>23:19:06 8/30/99</i>(<!--responses: 18151-->0)<ul><!--insert: 18151--></ul><!--end: 18151--></ul><!--end: 18141--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?