VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easier way to open the default browser or email client.

by Damage.Case (3 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Fri 12th November 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easier way to open the default browser or email client.

Rate Easier way to open the default browser or email client.



'open the default browser or email
'client. Well, be amazed at the one 
'line of code.

'For webpages:
Call Shell("start http://www.alchemydev.com", vbHide)

'For email:
Call Shell("start mailto:[email protected]", vbHide)

'How hard was that?

Download this snippet    Add to My Saved Code

Easier way to open the default browser or email client. Comments

No comments have been posted about Easier way to open the default browser or email client.. Why not be the first to post a comment about Easier way to open the default browser or email client..

Post your comment

Subject:
Message:
0/1000 characters