VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Shell out to default web browser

by Joe Rohrbach (2 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sun 22nd November 1998
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Shell out to default web browser

API Declarations


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
Public Const conSwNormal = 1

Rate Shell out to default web browser




Download this snippet    Add to My Saved Code

Shell out to default web browser Comments

No comments have been posted about Shell out to default web browser. Why not be the first to post a comment about Shell out to default web browser.

Post your comment

Subject:
Message:
0/1000 characters