Open explorer with email or web page from program
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.
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source 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")
Original Comments (3)
Recovered from Wayback Machine