Ping
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Ok, how would I ping a certain IPAddress or Server Name and also determine if a certain Port is Listening / Open?
Try looking for examples related to System.Net / System.Net.Sockets Namespaces. I seem to recall that I saw an example of this on DotNetJunkies.com or c-sharpcorner.com; even though the example was in C#, it could be done fairly easily in VB.NET.