Try the messagebox parameters mentioned at
MessageBox.Show Method[
^].
public static DialogResult Show(
string text,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton,
MessageBoxOptions options,
bool displayHelpButton
)
The last option
displayHelpButton
when passed as true will display the help button.