Get Computer Names of a Lan in C#
Asked Answered
G

1

6

I want to create a chat application in which there is a ComboBx. I want to fill it with all the computer names in a network. How can I accomplish this in C#?

Grolier answered 29/5, 2011 at 16:0 Comment(0)
F
2

The best option for discovering other computers in a LAN running the same application is probably mDNS.

Have a look at the Bonjour SDK for Windows which comes with a COM library usable from C# and sample code.

Feinstein answered 29/5, 2011 at 16:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.