I need to find IP without using any .OCX files.
Printable View
I need to find IP without using any .OCX files.
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...