1、用Msgbox进行提示
MessageBox.Show("不能连接!", "重要提示",MessageBoxButtons.Ok,MessageBoxIcon.Error, 0, Windows.forms.MessageBoxOptions.ServiceNotification)
2、你要做一个计划任务,定时的执行代码,来测试是否能连接,不能连接,就弹出提示。
If TryConnectHost("192.168.1.233") = False Then If Network.Ping("192.168.1.233") = False Then