Hello in the ping app i am using this code
try
Dim ping As New System.Net.NetworkInformation.Ping
Return ping.Send(hostNameOrAddress,5000,300).RoundtripTime
Catch ex As Exception
MsgBox("Computer Ping Could Not Be Called")
End Try
but my app will not accept 300 as a amount of bytes,
Help!