Advertisement
Gov_777

Нет интернета!

Aug 14th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.43 KB | None | 0 0
  1. uses wininet;
  2. ///////////////////////////////////////////
  3. if InternetCheckConnection('http://www.shararam.ru/h/CommonSocialBlock?method=login', 1{FLAG_ICC_FORCE_CONNECTION}, 0) then Work:=true else Work:=false;
  4. ///////////////////////////////////////////
  5.  
  6. INDY
  7.   try
  8.   idhttp1.Head('http://efurshet.com/');
  9.   ShowMessage('есть');
  10.   //if idhttp1.ResponseCode=200 then ShowMessage('есть');
  11.   except
  12.   ShowMessage('no');
  13.   end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement