07-09-2009, 10:21 AM
On my PC works well.
Does it show same data in qm and in exe?:
Macro Macro1086
-------------
Replace
HtmlDoc d
d.InitFromWeb("http://votreip.free.fr/")
str s=d.GetText
to
str s
IntGetUrl("http://votreip.free.fr/" s)
------------
GetIpAddress does not retrieve your public IP if using shared connection on other computer. Also may depend on hardware.
Try this macro:
Macro Macro1085
Does it show your public IP?
Does it show same data in qm and in exe?:
Macro Macro1086
-------------
Replace
HtmlDoc d
d.InitFromWeb("http://votreip.free.fr/")
str s=d.GetText
to
str s
IntGetUrl("http://votreip.free.fr/" s)
------------
GetIpAddress does not retrieve your public IP if using shared connection on other computer. Also may depend on hardware.
Try this macro:
Macro Macro1085
Does it show your public IP?
