windows - Conditional loading of Chrome based on working internet (WLAN) connection -
i have thin client running stand alone on windows xp embedded used information screen. information shall pulled internet (through website) when wlan-connection has been succesfully established. i'm looking way on windows launch, check working internet connection. if connection ok, want launch website internet in google chrome. if no working connection has been found, want launch local website in chrome. in pseudo-code:
if (working internet connection) launch chrome internet else launch chrome local website end
maybe possible piece of visual basic? or there other scripting possible? script shall run on system startup.
in advanced version of script create local copy of website automatically when there working connection.
all because wlan connection quite unrealible in place used.
thanks in advance!
this, randy birch's vb.net site, should it:
http://vbnet.mvps.org/index.html?code/internet/internetcheckconnection.htm
Comments
Post a Comment