10449.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 如何得知 RichTextBox 中是 Text 还是 RTF 呢??</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 如何得知 RichTextBox 中是 Text 还是 RTF 呢??</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:letsgo@ms6.url.com.tw">老怪</a> on March 01, 1999 at 07:30:18:<p>
In Reply to: <a href="10431.html">如何得知 RichTextBox 中是 Text 还是 RTF 呢??</a> posted by Rong on February 28, 1999 at 02:48:05:<p>
: 如题!!<p>If Len(RichEdBox.RTFText)=Len(RichEdBox.Text) Then<br>    Debug.Print "RichEdBox 使用纯文字档"<br>Else<br>    Debug.Print "RichEdBox 使用RTF档"<br>Else<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10449-->
</ul><!--end: 10449-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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