CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IS CONNECTeD?

  1. #1
    Join Date
    Apr 1999
    Posts
    108

    IS CONNECTeD?

    i have code that tells me if the user is connected to the net, but this only seems to work with a dial up conneciton..if thee user has a cable modem or somethign liek that, how else could i detect the connection?

    -joe

    ?

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: IS CONNECTeD?

    AFAIK the only reliable way to verify that the user is connected to the internet is to open an URL.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured