Click here to Skip to main content
15,886,258 members
Articles / General Programming / Internet

Opening the Internet Browser Programmatically

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
18 Aug 2011CPOL 10.8K   3  
Given below is code for opening the Internet browser programmatically in VB 6 and VB.NET.VB 6Private Declare Function ShellExecute Lib "shell32.dll" Alias _ "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, _ ByVal lpFile As String, ByVal lpParameters As...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 18-Aug-11 3:31 Available Smitha Nishant
1 No 17-Aug-11 21:57 Composing thatraja

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions