VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple web browser that navigates through pages.

by Anonymous (267 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 12th August 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple web browser that navigates through pages.

API Declarations


1. New Form
2. Active X Web Browser (AxWebBrowser1)
3. Text Box (textbox1)
4. Command Button (cmdenter)


Rate Simple web browser that navigates through pages.



Private Sub cmdenter_click()

AxWebBrowser1.Navigate(textbox1.text())

End Sub

'If you would like information on creating Back/Forward buttons and more code, email me at [email protected] . Enjoy! 




Download this snippet    Add to My Saved Code

Simple web browser that navigates through pages. Comments

No comments have been posted about Simple web browser that navigates through pages.. Why not be the first to post a comment about Simple web browser that navigates through pages..

Post your comment

Subject:
Message:
0/1000 characters