test internet

  1. LucaMs

    B4A Library [B4X][B4XLib] B4XCheckInternetLM

    Very simple cross-platform library to test if an Internet connection is active. It has only one method, Check: Public CheckInternet As B4XCheckInternetLM Wait For (CheckInternet.Check(True)) Complete(Result As Boolean) If Result Then ' Else ' End If Set the DialogToo parameter to False if...
Top