VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ShellExecute to a website the user types in. Good shortcut to add to a menu bar. very easy

Capp00  (8 Submissions)   Internet/HTML   VB 6.0   Unknown Difficulty   Thu 26th June 2003   Mon 8th February 2021

ShellExecute to a website the user types in. Good shortcut to add to a menu bar. very easy

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

Rate ShellExecute to a website the user types in. Good shortcut to add to a menu bar. very easy (1(1 Vote))
ShellExecute to a website the user types in. Good shortcut to add to a menu bar. very easy.bas

ShellExecute to a website the user types in. Good shortcut to add to a menu bar. very easy Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters