I have a custom Message box ,i use to pop up my xml data inside th custom message box.
I have no idea how to hyper link some particular tag ,for me i need to hyperlink tag in the data.
am populate the message inside textbox in my custom messgae box.
public void Show (string text)
{
txtMessage.Text = text;
//ChooseButtons(MessageBoxButtons.OK);
this.ShowDialog();