VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create links to web pages.

by Baldho (7 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 10th October 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create links to web pages.

API Declarations



Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Const SW_SHOW = 5

Rate Create links to web pages.




ShellExecute hwnd, "open", "http://www.bob57.ath.cx", vbNullString, vbNullString, SW_SHOW

Download this snippet    Add to My Saved Code

Create links to web pages. Comments

No comments have been posted about Create links to web pages.. Why not be the first to post a comment about Create links to web pages..

Post your comment

Subject:
Message:
0/1000 characters