Grey Posted July 17, 2012 Report Share Posted July 17, 2012 Hi, I developed my application and given to the production. It is running successfully. I want to give my email address at front panel and if the user clicks the email it should open the outlook email. same way i want to give the website link too. it should open the site when the user clicks on it. Any idea how to do this! thanks. Quote Link to comment
asbo Posted July 17, 2012 Report Share Posted July 17, 2012 On Windows, you can use the ShellExecute API call to execute "mailto:name@address.com" and the default e-mail program will be launched. You can use the exact same API for URLs. Quote Link to comment
Phillip Brooks Posted July 17, 2012 Report Share Posted July 17, 2012 (edited) You can use the Open URL In Default Browser function and the Mouse Down Event for a string control. WebLinks.vi Edited July 17, 2012 by Phillip Brooks Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.