Open explorer with email or web page from program

By | 2002-06-01

This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email box
so users can go to your web page or email you from your program.

Original Author: Rob Wise

Code

'open IE and default mail program with email address
Shell ("explorer mailto: youremail@email.com")
'opens IE and navigates to a specified web site 'from your program
Shell ("explorer http://www.yoursite.com")

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.