CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    7

    How to retrieve the MAC addresses?

    How to retrieve the MAC addresses and
    the IP addresses of all the hosts in a
    LAN?

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537

    Re: How to retrieve the MAC addresses?

    Originally posted by AllenHu
    How to retrieve the MAC addresses and
    the IP addresses of all the hosts in a
    LAN?
    Read up on SNMP and CMIP. If you are a pure windows platform you can use WMI.

  3. #3
    Join Date
    Mar 2003
    Posts
    111
    See if this article is helpful...

    http://www.codeguru.com/network/GetMAC.html

    or this one...

    http://support.microsoft.com/default...;en-us;q118623

    NOTE: The right search on google, and sometimes even the bad search, will point you in the right direction... I love google!
    Last edited by fellowDeveloper; March 26th, 2003 at 03:18 AM.

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