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

    IP address from domain name

    I am developing a browser with visual basic 6.0, but i do not know how to resolve the ip address from a domain name(1 of the function in my browser). Is there any available functions or any visual basic controls that can be used to do it? Any help is greatly appreciated, thank you.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: IP address from domain name

    refer http://vblib.virtualave.net, there is a function called GetIpFromHostname of vbInternet in the activeX DLL which might help.

    HTH




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