CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Find IP

  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Find IP

    I need to find IP without using any .OCX files.


  2. #2
    Join Date
    Apr 1999
    Location
    Madrid (Spain)
    Posts
    46

    Re: Find IP

    Hi:
    You can find this information in the Windows registry file.
    For this purpose you should use the following Win32 function:

    RegOpenKeyEx, RegQueryValueEx and RegCloseKey.

    Good luck, bye...


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