Open website with default web browser
Open your default web browser with any url.
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
Create a new module and put this code into it <p> 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<p> Public Const conSwNormal = 1 Put a command button on the form and put this code into it Private Sub Command1_Click() ShellExecute hwnd, "open", "http://www.google.com", vbNullString, vbNullString, conSwNormal End Sub
Original Comments (3)
Recovered from Wayback Machine