I want to display a link to help in a message box. By default the text is displayed as a non-selectable string.
|
|
One option is display the url in the message box, along with a message and provide the help button that takes you to that url
Important to note this code cannot be in the load event of the form, the Help button will not open the link. HTH |
||||
|
|
You can use the |
|||
|
|
|
MessageBox won't do that. You'll either need to use the TaskDialog (introduced in Vista) or create your own dialog. --Edit-- |
|||
|
|
|
You have to create your own form, instead of the built-in MessageBox, and you can use a However on the built-in MessageBox a Help button could be displayed among the buttons. |
|||
|
|