Is there any way one can have hyperlink displayed in a MessageBox?
Printable View
Is there any way one can have hyperlink displayed in a MessageBox?
2 ways to do it
1. derive a new class from message box and do what eve ru want to it..
2. create ur own message box using a form and what ever else u need
hmmm...i tryed that thing of inherit from MessageBox but there is really nothing u can do with that i think...or what?
What about subclassing an exisiting message box?
It shouldn't be to difficult. Just extend the existing MessageBox class and add a hyperlink control to the controls collection.