以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 如何遍历listbox (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=65642) |
-- 作者:lzzhx -- 发布时间:2015/3/19 17:58:00 -- 如何遍历listbox 请教老师: 如何写 遍历 listbox 中的项目 for each ....... ....... next
|
-- 作者:有点甜 -- 发布时间:2015/3/19 19:33:00 -- For Each s As String in 控件.Items msgbox(s) Next |
-- 作者:lzzhx -- 发布时间:2015/3/19 19:54:00 -- 谢谢 |