28-04-16, 10:30 PM
(28-04-16, 10:10 PM)mostfa1995 كتب :(28-04-16, 10:03 PM)amgad525 كتب : http://vb4arb.com/vb/thread-14676-post-7...l#pid70192
PHP كود :
If CheckInternetConnection() = True Then
MessageBox.Show("Your Computer is Connected to internet", "Connected", MessageBoxButtons.OK, MessageBoxIcon.Information)
Else
MessageBox.Show("Your Computer is not Connected to internet", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Application.Exit()
End If
PHP كود :
Public Shared Function CheckInternetConnection() As Boolean
Try
Return My.Computer.Network.Ping("www.google.com")
Return True
Catch
Return False
End Try
End Function
شغال تمام اشكرك على المجهود الرائع
