CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Displaying Local IP Addresses

    I'm trying to display all local IPs in a Combo box. If I use the Winsock's LocalIP property, I only can grab 1 of the IPs. I'd like to list all available (PPP adapter, Ethernet, Aol... etc.). An example of this would be the WinIPCfg program in Win9x. Any ideas?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Displaying Local IP Addresses

    refer http://vblib.virtualave.net, there is a function called IpConfig in vbNetwork class of the activeX DLL which probably might help.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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