Skip to content

Planet-Source-Code/per-andersson-open-a-link-to-a-homepage-or-a-mail-with-one-line-of-code__1-8219

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Open a link to a homepage or a mail with ONE line of code

Description

Open a homepage or a mail link with just one line code.

More Info

Submitted On
By Per Andersson
Level Beginner
User Rating 3.5 (14 globes from 4 users)
Compatibility VB 5.0, VB 6.0
Category Internet/ HTML
World Visual Basic
Archive File

Source Code

'Dont erase the  ,vbHide
'If you do it then an ugly DOS box will be shown when your launching the link
'For homepage
Shell ("Start http://www.FireStorm.Now.Nu"), vbHide
'For mail
Shell ("Start mailto:FireStorm@GoToMy.com"), vbHide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published