I want to diaplay message boxes that looks good, with the possibillity to use bold/italic text and text with different colors. The standard MessageBox.Show doesn't provide this functionality.
I have been trying to create a message box using the WebBrowser control to display nicely formatted text using HTML-syntax. But I haven't succeeded.
Do you know if this is possible, or do you know any other way to show a message box with formatted text? I want the message box to size itself dynamically to it's content.
(For Windows Forms)