Browse network computers.

  • Thread starter Thread starter Xtremecode
  • Start date Start date
X

Xtremecode

Guest
how can i browse (get) computers (names) in my LAN using .Net framework. ???


Thanx !!
 
Use the Win32Api wnet functions

Call them using the DllImport functionality in C#

i.e. [DllImport("netapi32.dll", entrypoint="your wnet function name" etc etc..

Good luck
 
did it using managed code

I created a DLL using managed code and used from c#.
(..few months ago...)

Thanx anyway.:cool:
 
Back
Top