Simple web browser that navigates through pages.
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.
(2(2 Vote))
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!
Simple web browser that navigates through pages. Comments
No comments yet — be the first to post one!
Post a Comment