19677.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 有没有人可以详细说明如何del ListBox中的Item?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 有没有人可以详细说明如何del ListBox中的Item?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 卤肉脚 on October 05, 1999 at 13:51:02:<p>In Reply to: <a href="19675.html">有没有人可以详细说明如何del ListBox中的Item?</a> posted by ComBilLi on October 05, 1999 at 13:21:23:<p>: 有没有人可以详细说明如何del ListBox中的Item?<br>: 我只知道用ReoveItem,但不知道要加那个参数。<br>: (List1.RemoceItem [???])<p><br>listbox 的 item 每一笔都有index<br>如果要删除第一笔 <br>listitem.removeitem 0<br>删除目前的资料 <br>listitem.removeitem listitem.listindex<br>这么简单.....唉!<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19677--><!--top: 19694--><li><a href="19694.html">为何我不能用Keydown delete Listbox中的record?</a> <b>ComBilLi</b> <i>17:06:07 10/05/99</i>(<!--responses: 19694-->0)<ul><!--insert: 19694--></ul><!--end: 19694--></ul><!--end: 19677--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?