Hyperlink in a MessageBox

  • Thread starter Thread starter Guy Noir
  • Start date Start date
G

Guy Noir

Hello. Is it possible to place a hyperlink in the text of a message
box?

For example, if I throw an exception and pop a messagebox to notify the
user, it would be nice if they could "Click here for more information".

TIA
-A
 
For example, if I throw an exception and pop a messagebox to notify the
user, it would be nice if they could "Click here for more information".

Create a user control - that's precisely what they're for...
 
Back
Top