View Single Post
  #3 (permalink)  
Old December 19th, 2006, 04:23 AM
janverge janverge is offline
Registered User
 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

is there a way for me to identify the IP address of the network printer(s) using C# application.

I have tried the ManagementObjectSearcher Win32_NetworkAdapterConfiguration but I can only see my own ip address.. same with Win32_Printer.

My goal is to programmatically detect the Network Printer’s IP Address or hostnames based on the printer drivers installed in my PC.

    Can .Net do this?


thank you.


Reply With Quote