Green Dust

How to make your Own WeB Browser




Helllllllloo frndss here is Suresh Kumar  and i am today with a trick which you would never believe
So let's come to the main trick
Its a trick to make your own web browser like opera,uc. you are reading true so here are the steps:


1. Install Visual Basic on your computer.
2. Run Visual Basic and start a new project by going to the File menu and clicking on"New Project."
3. Browse over "Text" and select "Web Browser" in the form page that appears.
4. Go to "View" in the top menu bar, browse over "Other Windows" and click on"Toolbox." 

5. Double-click on the Web Browser tool in the toolbox.
6. Press the right arrow icon on the top-right of the form and click on "Unlock in Parent Container." This will change the view of the form from full-screen to a smaller window within the Visual Basic interface.
7. Resize the web browser form to your desired size using the click able outline around it.
8. Set the URL (Uniform Resource Locator) property to a website address that you wish to visit. This will open up a test websites you can see what a website will look like when opened through your Internet browser.
9. Create a new button and assign the following properties to it.
The text on the button should say "Go."
Name the button as "Go Button."
10. Trigger the button by double-clicking on it. This will pop up a private sub. Enter the following code between the private and end subs (you can replace "URL" with any website address).
WebBrowser1.Navigate(URL)
11. Test the button by clicking on it. It should take you away from the test website to the destination website assigned for the button.

12. Select the Text Box tool from the toolbox.
13. Drag the Text Box tool and drop it on the custom web browser form that you are creating.
14. Name the text box as "addressText."
15. Go back to the button you created earlier and replace the URL with"addressTxt.Text." This indicates that you want to use the button to go to whatever URL is typed in the address bar.
16. Test the address bar by using it to visit different websites.
17. Save the web browser that you have just created as a program through Visual Basic by selecting the option to save through the File menu.



ENJOY FRIENDS VISIT AGAIN

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

chitikia reffel