Hi,
I want to display url with hyperlink in MessageBox, for e.g
MessageBox.Show("www.Google.com");
in message box I want to display hyperlink under "www.Google.com" and when user clicks on URL, then it want to open in another browser window.
So please suggest me how can I implement the above functionality
mahajan