How can I display a messagebox like the Microsoft error message in C#.net
The message box should have an OK
button and an Show details
button.
The Show details
button should display the error details. Is there a built in class for this?
Thank you