Skip to content
⌘ NSIS Forum Archive

How to add link to MessageBox?

2 posts

Scream81#

How to add link to MessageBox?

Hi there...
Could someone tell me how i can add a clickable Link to a message box?

Thanks
demiller9#
The short answer is that you can't, because messageboxes are defined by Windows in user32.dll and don't have that feature.

You could create a dialog with your title, icon, message text, a clickable link, and button(s) that looks like a messagebox. I've never done that, so someone else will have to give you the details if you want to pursue that possibility.

Don