Advertisement
Java_Volume1 VB function enhancement #90660

Default Browser

A simple API call to open up the default browser to the url of your choice. VERY simple and useful code.

AI

Tóm tắt bởi AI: 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.

Mã nguồn
original-source
Public Function OpenBrowser(strURL As String, lngHwnd As Long)
 OpenBrowser = ShellExecute(lngHwnd, vbNullString, strURL, vbNullString, _
  "c:\", SW_SHOWDEFAULT)
End Function
Bình luận gốc (3)
Được khôi phục từ Wayback Machine