Listing PC on a network

  • Thread starter Thread starter Michel Racicot
  • Start date Start date
M

Michel Racicot

Hi, i need to know what classes I have to use to list all the computers and
devices (including shared printers on a network).

thank you
 
Well, I just found that System.Management can do this... but it won't work
on the .NET Mobile framework and that application is supposed to run on my
PocketPC...

Anyone got an idea?
 
Hello Michel,
Well, I just found that System.Management can do this... but it won't
work on the .NET Mobile framework and that application is supposed to
run on my PocketPC...

Anyone got an idea?

You can run the query from within a webservice hosted on the network. You
can access said service from a .NET Mobile application.

Jesse
 
Hmm, great idea!

However, it imply that I have to install the web service and IIS on at least
one machine in the network that is always on. (I'm not sure that this idea
will be accepted since this is a fairly small network)

Do anyone know if Windows Mobile 6.0 / CE 5.0 applications can be programmed
with another API than .NET that offers that kind of functionnality?
 
Back
Top