How do I detect networks programatically?

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

I need to know if a laptop is connected to the Bellsouth network or the
Sprint wireless network. How can this be done with VB.Net 2005?
 
Hello,

jim said:
nevermind.....I got it.

Can you please post how you are doing this? I am trying to determine if a PC
is connected to a certain netwoek.

Thanks,

Michel
 
My stuff detects ISP networks. (I say "my stuff" - actually the code I found
after searching four hours on the net.)

To detect a LAN I'd just ping a known server. That is what you were trying
to do, right? Detect a local network?

jim
 
Back
Top