14297.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>请参考</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>请参考</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:cww5@mail.ncku.edu.tw">cww</a> on June 16, 1999 at 08:12:28:<p>
In Reply to: <a href="14280.html">请问TextBox与ListBox</a> posted by AiLu on June 15, 1999 at 15:15:37:<p>
: 请问要如何把ListBox内容与TextBox内容作同步变动<br>覆选ListBox选项,希望TextBox同步出现或清除<p>Private Sub List1_Click()<br>Text1.Text = List1.List(List1.ListIndex)<br>End Sub<br>而textbox的keyin来变动ListBox<br>请参考<br>http://www.hosp.ncku.edu.tw/~cww<br>中ListBox寻找字串的例子
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 14297-->
</ul><!--end: 14297-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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