Jun 5, 2002 #1 X Xtremecode Guest how can i browse (get) computers (names) in my LAN using .Net framework. ??? Thanx !!
Sep 5, 2002 #2 P phineas Guest 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
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
Sep 5, 2002 #3 X Xtremecode Guest did it using managed code I created a DLL using managed code and used from c#. (..few months ago...) Thanx anyway.
did it using managed code I created a DLL using managed code and used from c#. (..few months ago...) Thanx anyway.