I'm trying to show a message box with more details than what the standard WinForms MessageBox
will allow. I'm going to just create a custom message box. However, I want to have access to the same icons that the standard MessageBox has.
How can I create my own message box but still use the default icons?