I want to display a link to help in a message box. By default the text is displayed as a non-selectable string.
You have to create your own form, instead of the built-in MessageBox, and you can use a LinkLabel on it.
LinkLabel
However on the built-in MessageBox a Help button could be displayed among the buttons.