Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created September 10, 2013 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dufferzafar/6510270 to your computer and use it in GitHub Desktop.
Save dufferzafar/6510270 to your computer and use it in GitHub Desktop.
Is Connected To The Internet
If ConnectedToInternet()
Msgbox, 64, WinInet.dll, ONLINE!
else
Msgbox, 48, WinInet.dll, OFFLINE!
Return
ConnectedToInternet(flag=0x40)
{
Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment