开发者

Winform, How to suppress the winform error dialog?

开发者 https://www.devze.com 2023-04-04 18:27 出处:网络
I have working on C# 4.0 winform project with Xulrunner and VLC web plugin, Something the VLC will cause the winform crash, and show something like :

I have working on C# 4.0 winform project with Xulrunner and VLC web plugin,

Something the VLC will cause the winform crash, and show something like :

Winform, How to suppress the winform error dialog?

But i have a software monitor to restart the application when crash.

So how can i suppress this dialog? because something it will on top of the screen, even the 开发者_开发技巧application is restart.


Handle the AppDomain.UnhandledException event.

0

精彩评论

暂无评论...
验证码 换一张
取 消