Starting with CVI 8.5, there's a function in the Internet Library called InetResolveHostname that does exactly what you want. Otherwise, you can use the Windows SDK functions to do this. Take a look at gethostbyname and inet_ntoa.
Mert A.
National Instruments