I am writing an app to display the active POS stations that can be seen from a PC. It is likely that station names will be duplicated but they will always occur in seperate "subnets". For example Windows explorer would show
Windows Network
Subnet1
Station 1
Station 2
Subnet2
Station 1
Station 2
I can easily ping Station 1 if there is only one, but how can I force Ping and the othermethods in System.Net and System.Net.NetworkInformation tooperate onSubnet2.Station1or Subnet1.Station1 as needed. I think if I can force Ping to work the other problems might be solved. Thanks