README.md

December 4, 2022 ยท View on GitHub

Open explorer with email or web page from program

Description

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.

More Info

Submitted On
ByRob Wise
LevelBeginner
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive File

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")