Make Your Own Web Browser Really Quickly! VERY SIMPLE!!!!
Make Your Own Web Browser Really Quickly! VERY SIMPLE!!!!
Rate Make Your Own Web Browser Really Quickly! VERY SIMPLE!!!!
(1(1 Vote))
'Then a world should appear in the toolbox
'Add a world to form, make it as big as how big you want the web browser to be
'Double click on the big world and insert this code
WebBrowser1.Navigate "http://www.website.com"
'Then create a text box and a command button
WebBrowser1.Navigate "" + Text1
'Now whatever website is entered into the textbox it will load!
'There You Go Your Own Web Browser!
Make Your Own Web Browser Really Quickly! VERY SIMPLE!!!! Comments
No comments yet — be the first to post one!
Post a Comment