How do i get an System.Drawing.Image for the various System.Windows.MessageBoxImage(s) and/or System.Windows.Forms.MessageBoxIcon(s)
System.Drawing.Image
System.Windows.MessageBoxImage
System.Windows.Forms.MessageBoxIcon
SystemIcons is what I was looking for:
SystemIcons.Warning.ToBitmap();
1.4m articles
1.4m replys
5 comments
57.0k users