How do I use standard Windows warning/error icons in my WPF app?

Posted by RandomEngy on Stack Overflow See other posts from Stack Overflow or by RandomEngy
Published on 2010-04-03T21:30:56Z Indexed on 2010/04/03 21:33 UTC
Read the original article Hit count: 271

Filed under:
|
|

I'm making a custom error dialog in my WPF app and I want to use a standard windows error icon. Can I get the OS-specific icon from WPF? If not, does anyone know where to get .pngs with transparency of them? Or know where in Windows to go extract them from?

So far my searches have turned up nothing.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf