in command prompt we can get list of ACTIVE user's IP [on LAN] using command like
arp - g
How can I get similar list using C#
in command prompt we can get list of ACTIVE user's IP [on LAN] using command like
arp - g
How can I get similar list using C#
You can use
Process
to execute commands fromc# program
Try This: