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

    WinSock or general TCP/IP Q....

    Hi,
    I was wondering if there is a WinSock or TCP/IP lib function that will retrieve my IP address. ie. assuming i don't know what my IP address is, is there a way to query for it? i assume there must be since running ipconfig tells you what your IP is. thanks!

  2. #2
    Join Date
    Aug 2001
    Location
    Texas
    Posts
    645
    See this recent thread. Read the whole thing though.

    http://www.codeguru.com/forum/showth...hreadid=238955

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Take a look at this FAQ...

  4. #4
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    60
    thanx for the help!

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