VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



shows you how to make a hyperlink to; -a website -an email adress -a file

by Mister T http://mistert.8m.com (1 Submission)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 22nd April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

shows you how to make a hyperlink to; -a website -an email adress -a file

Rate shows you how to make a hyperlink to; -a website -an email adress -a file



ShellExecute hwnd, "open", "mailto:[email protected]", vbNullString, vbNullString, conSwNormal
'Website:
ShellExecute hwnd, "open", "http://sparal.8m.com", vbNullString, vbNullString, conSwNormal
'File:
ShellExecute hwnd, "open", "file://c:\file.txt", vbNullString, vbNullString, conSwNormal


Download this snippet    Add to My Saved Code

shows you how to make a hyperlink to; -a website -an email adress -a file Comments

No comments have been posted about shows you how to make a hyperlink to; -a website -an email adress -a file. Why not be the first to post a comment about shows you how to make a hyperlink to; -a website -an email adress -a file.

Post your comment

Subject:
Message:
0/1000 characters