Hello,

I can't find a way to ping in VB.net 2008 from Windows mobile application. There are no namespaces like My.Computer.Network and System.Net.NetworkInformation, from where I usually use Ping and PingCompleted handler. Is there any easy way to check if some IP is online?

Thanks!