hi,
I want to make a program which gives you the IP number of the computer that the program is working, i've used API and the winipcfg program,
Thanks.
lllld_bllll
Printable View
hi,
I want to make a program which gives you the IP number of the computer that the program is working, i've used API and the winipcfg program,
Thanks.
lllld_bllll
sorry ,
I just wanted to see what code would a programmer put , i just wanted to insure myself of what code i've entered
thanks again,
lllld_bllll
http://www.mvps.org/vbnet
Go in the Network Section
What you can do is to add the Microsoft Winsock Control (Project > Components) and then:
VB Code:
MsgBox Winsock1.LocalIP 'Not sure its "LocalIP"