Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DNS Lookup through XLS VB
Name: apace Date: March 25, 2009 at 12:27:16 Pacific OS: Windows XP Subcategory: General
Comment:
Can somebody assist me in write a vb scrip... I have an XLS sheet with a list of 500 hostnames that I need to find th IP address for. So basically look at the hostname in A2, do a dns look up and add the IP addy in B2, then repeat through the list... I know that I have written something simular too many years ago to remember how....
Summary: Hi, ive setup a vpn server and want to write a vb app to connect to the vpn server, not using dial-up, but using an existing internet connection. I have had no luck in finding any info on connecting t...
Summary: I'm not sure if WinXP's DNS API supports NetBIOS names, but you can try it: 'DNS Lookup Declare Function DnsQuery Lib "dnsapi.dll" Alias "DnsQuery_A" _ (ByVal sName As String, _ By...
Summary: hey all, got a question please: what can cause your VB to crash? I am working on a program... and as you might have read my previous post, i was successfull in getting the tabdock control to work. bef...