VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open MSIE web browser from within VB and navigate to a web site as specified.

by Yuening Dai (30 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 28th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Open MSIE web browser from within VB and navigate to a web site as specified.

Rate Open MSIE web browser from within VB and navigate to a web site as specified.




Dim objBrowser As InternetExplorer 
Set objBrowser = New InternetExplorer
objBrowser.Visible =True
objBrowser.Navigate "www.vbcode.com"
'
' Code to close MSIE
' objBrowser.Quit
' Set objBrowser = Nothing

Download this snippet    Add to My Saved Code

Open MSIE web browser from within VB and navigate to a web site as specified. Comments

No comments have been posted about Open MSIE web browser from within VB and navigate to a web site as specified.. Why not be the first to post a comment about Open MSIE web browser from within VB and navigate to a web site as specified..

Post your comment

Subject:
Message:
0/1000 characters