VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open a new browser window from your VB App

by http://www.coderhq.com (4 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 13th April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Open a new browser window from your VB App

Rate Open a new browser window from your VB App



' Add the Microsoft Internet Controls
' component (SHDOCVW.DLL ) to your 
' project.
'
' For more snippets visit
' http://www.coderhq.com


Dim stAddress As String 
stAddress = "http://your.address.here" 
WebBrowser1.Navigate stAddress, navOpenInNewWindow


Download this snippet    Add to My Saved Code

Open a new browser window from your VB App Comments

No comments have been posted about Open a new browser window from your VB App. Why not be the first to post a comment about Open a new browser window from your VB App.

Post your comment

Subject:
Message:
0/1000 characters