1

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

Jon Cage
  • 36,366
  • 38
  • 137
  • 215

1 Answers1

4

Have a look in System.Drawing.SystemIcons. All the standard dialog icons are there for your use.

Charlie Salts
  • 13,109
  • 7
  • 49
  • 78