Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   [ask]Delphi, cek koneksi internet (https://forum.ceriwis.com/showthread.php?t=574764)

Badguy13 20th November 2011 10:01 AM

[ask]Delphi, cek koneksi internet
 
Gan mohon bantuannya doong




Code:

procedure TForm1.Button1Click(Sender: TObject);
begin
IdIcmpClient1.Ping('8.8.8.8');
end;

procedure TForm1.IdIcmpClient1Reply(ASender: TComponent;
const AReplyStatus: TReplyStatus);
begin
if AReplyStatus.ReplyStatusType=rsEcho then ShowMessage('ok') else ShowMessage('Check your connection')
end;

tadinya pake code itu

tapi masalahnya pas dicobain, selalu bilang ok

padahal udah cabut modem, udah ga ada koneksi sama sekali, tapi tetep aja bilangnya OK.



atau code ane buat diatas ada yang salah, mohon koreksinya gan,,,

</div>


All times are GMT +7. The time now is 11:02 AM.