AndyK
August 20th, 1999, 07:42 PM
I need to find IP without using any .OCX files.
|
Click to See Complete Forum and Search --> : Find IP AndyK August 20th, 1999, 07:42 PM I need to find IP without using any .OCX files. Miguel August 26th, 1999, 08:17 AM 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... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |