HOW TO:枚举网络所有打印机[1]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

Author:水如烟

Imports System.DirectoryServices
Imports System.Management
Public Class HowToSearchPrinter

    
Public Shared Function NetPrinters(ByVal GetWay As GetComputer) As String()
        
Dim mResult(-1As String
        
Dim mPrinterFormat As String = "Computer:{0} Printer:{1}"

本文关键:HOW TO:枚举网络所有打印机
  相关方案
Google
 

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

go top