如何显示自定义异常处理程序的标准 Windows 错误图标?
正如标题所示,我只想为自定义异常处理程序显示标准 Windows 错误图标。使用 WPF 实现此目的最简单的方法是什么?
例如,此对话框中的红十字:
alt text http:// blogs.sun.com/coreqa/resource/other/report-exception.jpg
As the title suggests, I just want to display a standard windows error icon for a custom exception handler. What the easiest way to achieve this using WPF?
For example, the red cross in this dialog:
alt text http://blogs.sun.com/coreqa/resource/other/report-exception.jpg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看System.Drawing.SystemIcons。所有标准对话框图标都可供您使用。
Have a look in System.Drawing.SystemIcons. All the standard dialog icons are there for your use.