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
MessageBox.Show( "Hello, world!", "My App", MessageBoxButton.OK, MessageBoxImage.Information);
As simple as that.