HOW TO:枚举网络邻居的计算机及其共享文件夹[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 lzmtw 的 blog

                    dim searcher as managementobjectsearcher = new managementobjectsearcher("select * from win32_share")

                    searcher.scope = o.scope

                    for each share as managementobject in searcher.get()

                        addnode(n2, share.getpropertyvalue("name").tostring)

                    next

                end if

            next

        next

    end sub

本文关键:HOW TO:枚举网络邻居的计算机及其共享文件夹
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top