--
e.HideSplashForm = True
If Network.ping("www.baidu.com",2000) = False Then
MessageBox.Show("无法连接数据库服务器,请确认网络是否正常", "提示",MessageBoxButtons.Ok,MessageBoxIcon.Error, 0, Windows.forms.MessageBoxOptions.ServiceNotification)
e.Cancel = True
End If
使用的是外部数据源 ,在BeforeOpenProject事件中添加上述代码
若无法连接到外部数据源 则给出提示 并禁止打开项目工程
采用百度连接 通过拔掉网线进行测试
消息提示框依旧无法弹出 ,弹出一个foxtable软件异常 不知是咋回事啊