Link to home
Start Free TrialLog in
Avatar of HatchIT
HatchIT

asked on

How to "link" a label in a Help -> About form

I've created an app in VB.NET 2003 and want to put a link to my e-mail address in the Help -> About screen.  Basically, I'd like to do something like "mailto:<my.email.address>" and have it open a new message in the user's default mail program with my address already put in (and, preferrably, a default subject and beginning message body).  I see that the System.Web.Mail seems to have the ability to do this, but every example I've found ends with the program automatically sending the e-mail.  I want the user to have a new e-mail open with certain defaults already in place, that they can then add to and send when they're ready.

Hope this makes sense, let me know if you need more info...
ASKER CERTIFIED SOLUTION
Avatar of RonaldBiemans
RonaldBiemans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HatchIT
HatchIT

ASKER

Thanks for that, I never even saw that LinkLabel was an option...  :-/