Open a homepage or a mail link with just one line code.
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 |
'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