drgfx
06-07-2005, 08:33 PM
I'm sorry to bother... but I'd really appreciate any assistance.
I'm trying to join the local ip with a port# to create a weblink, it seems like it should be ez - nut it's really kinda ticking me off =(
I have the lan Ip address - how can I join this to a port# to create a weblink.
*I'm trying to connect to a chat server running locally, but the IP may be different on computer the thing I'm making gets installed on - so want the link to change if the Ip changes and the link is port specific also.
-------------------------------------------------------------------
tLanInfo = System.GetLANInfo();
Input.SetText("laninfo", "Local IP Address : "..tLanInfo.IP);
?
?
localurl = (laninfo,":2001");
Web.LoadURL("Web1", ...localurl...);
-------------------------------------------------------------------
the weblink should come out looking like:
http://laninfo: port
Thnx in advance...
I'm trying to join the local ip with a port# to create a weblink, it seems like it should be ez - nut it's really kinda ticking me off =(
I have the lan Ip address - how can I join this to a port# to create a weblink.
*I'm trying to connect to a chat server running locally, but the IP may be different on computer the thing I'm making gets installed on - so want the link to change if the Ip changes and the link is port specific also.
-------------------------------------------------------------------
tLanInfo = System.GetLANInfo();
Input.SetText("laninfo", "Local IP Address : "..tLanInfo.IP);
?
?
localurl = (laninfo,":2001");
Web.LoadURL("Web1", ...localurl...);
-------------------------------------------------------------------
the weblink should come out looking like:
http://laninfo: port
Thnx in advance...