hi, i have a question.
i need to know my ip
I tried something like this i found a few months ago in the forum:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
server.new1(50000)
client.new1
label1.Text="my ip:"&client.getip2(client.hostname)
'label1.Text="my ip:"&server.hostname
End Sub
it does not work. it displays somthing like 2002:8567::654:32
or is there an way?
i need to know my ip
I tried something like this i found a few months ago in the forum:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
server.new1(50000)
client.new1
label1.Text="my ip:"&client.getip2(client.hostname)
'label1.Text="my ip:"&server.hostname
End Sub
it does not work. it displays somthing like 2002:8567::654:32
or is there an way?