Hi All,
I want to insert a MailTo hyperlink for a label , which on clicked will open a default mail instance, something as below
Thanks,
Divya
How to insert a MailTo Link for a label in NSIS 2.0
3 posts
v2.0? Are you sure about this?
Anyway, ExecShell can handle the mailto: protocol.
Is this a label on a custom page? The custom page plug-ins already have a link control you can use.
Anyway, ExecShell can handle the mailto: protocol.
Is this a label on a custom page? The custom page plug-ins already have a link control you can use.
Hi,Originally Posted by Anders View Postv2.0? Are you sure about this?
Anyway, ExecShell can handle the mailto: protocol.
Is this a label on a custom page? The custom page plug-ins already have a link control you can use.
Sorry, I am using MU1.
I was able to achieve the mailto functionality using ExecShell.
Thanks again!!!