Skip to content

Planet-Source-Code/mark-open-a-web-browser__1-26173

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Open a web browser

Description

This is a simple way to run internet explorer from within VB and have it surf automatically to the webpage you specify.

More Info

Submitted On
By Mark
Level Beginner
User Rating 3.8 (15 globes from 4 users)
Compatibility VB 6.0
Category Internet/ HTML
World Visual Basic
Archive File

Source Code

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
Const conSwNormal = 1
ShellExecute hwnd, "open", "http://webaddress.com", vbNullString, vbNullString, conSwNormal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published