Re: Two networking commands
You can use Winsock API to get the computer name from an IP heres the link:
http://www.vbip.com/winsock-api/geth...tbyaddr-01.asp
As for the OS, I dont think you can get this from just entering an IP into your app, You could do it by having a server app on each of the computers, program it so that when it receives your OS command, it sends back the computer name and OS etc. You could also get the network username like this. For this you would need to use winsock, which is the 'Network Programming' section of this forum
Re: Two networking commands
Moved to Network Programming