CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    i want Correct Code For Ping

    there is some code but not give the correct users with me on my network

    please i want the correct code

  2. #2
    Join Date
    Jun 2014
    Posts
    35

    Re: i want Correct Code For Ping

    i want code work like "WNetWatcher.exe" and "netscan" which get the ip work in my network but when i Ping this IP's by CMD i.e (ping 192.168.105 -t) it dont get reply for some devices like (mac: 00-E0-3C-3B-19-07 network adaptor company: AdvanSys) what is the reason??

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: i want Correct Code For Ping

    Devices can choose whether to answer the PING command or not. Routers usually don't
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Apr 2006
    Location
    Kolkata, India
    Posts
    278

    Re: i want Correct Code For Ping

    dglienna,

    routers are also obedient
    they respond to ip which belongs to it & answers.
    typical Router IP is 192.168.1.1 & 192.168.0.1

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