13384.html

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

HTML
27
字号
<html>
  <head>
    <title>Re: 有关listview</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 有关listview</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:alice@email.esunbank.com.tw">alice</a> on May 25, 1999 at 17:45:48:<p>
In Reply to: <a href="13302.html">有关listview</a> posted by job on May 24, 1999 at 11:27:54:<p>
判断方式:<p>: Dim tItem As ListItem, tListItems As ListItems<br>: Dim i as integer<br>:<br>:   Set tListItems = lvData.ListItems<br>:   For i = tListItems.Count To 1 Step -1<br>:     Set tItem = lvData.ListItems(i)<br>:     If tItem.Checked Then<br>:         .....<br>:         .....<br>:     EndIf<br>:   Next<br> 
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13384-->
<!--top: 13404--><li><a href="13404.html">谢谢!做出来了!</a> <b>JOB</b> <i>10:44:39 5/26/99</i>
(<!--responses: 13404-->0)
<ul><!--insert: 13404-->
</ul><!--end: 13404-->
</ul><!--end: 13384-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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