README.md
December 4, 2022 ยท View on GitHub
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 | |
| By | Rob Wise |
| Level | Beginner |
| User Rating | 5.0 (10 globes from 2 users) |
| Compatibility | VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Internet/ HTML |
| World | Visual 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")