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

Threaded View

  1. #1
    Join Date
    Sep 2008
    Posts
    63

    Unhappy How to find PC2 is pinging successfully from a PC1 in a LAN? Any inbuilt function?

    Hai all,

    I'm using VC++6.0

    Scope of problem:
    PC1 wants to continuosly checking PC2's Ethernet Status, Whether PC2 is connected to the Network or not.

    I have found one function.

    IsDestinationReachable(IPAddress,lpQOCInfo)...

    but is not identifing when the ethernet cable is plugged of from PC2.

    May i know why?

    Is there any other function available to find it?
    Last edited by hotsaravana; June 17th, 2009 at 07:54 AM. Reason: I have changed the sentence of "Title" block to make more understand

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