23 de maio de 2012

Verificar conexão de internet no Windows com Delphi

Uses
  WinInet;

function IsConectadoNaInternet: Boolean;
begin
  Result := InternetCheckConnection('http://www.google.com.br/', 1, 0);

2 comentários:

Running puma 3.6 in Linux's that SSL is updated

When you use the gem Puma 3.6 in your Ruby or Rails project, on Linux that SSL is more updated. You needs to install the previewsly version ...