Jump to content

cbox


Recommended Posts

Posted (edited)

I saw someone post some app that grabs your internal IP, so i thought id just post a app that i made like 6 months go.

 

It grabs the following...

 

*External IP

*Hostname

*Internal IP

*Computer Name

*User Name

*System Drive

 

http://img521.imageshack.us/img521/2623/97254989.png

 

*Edit* I forgot to mention that its coded in VB6.

IP_Grabber.rar

Edited by SnYpZv2
Posted (edited)
Ive been programming in vb6 now for a couple of years, grabbing hostname is not hard at all, you need to connect to a site that displays your hostname then send a GET request and when all data has been received you just use the Mid() command to split the data to show the hostname, very simple. Edited by SnYpZv2

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...