We were asked to create a web browser. Here are the basic steps to create a basic browser:
2. Name the file and save.
3. Add a few features to the form:
--Other Browser Stuff--
I have been experimenting with a few different features that could be added to a browser.
One of these has been the idea of "tabbed browsing". By adding extra WebBrowser windows layered on top of each other and made to switch out using ".visible" properties, I have found a really basic way of doing this.
I am still experimenting and intend on trying to use arrays to make more tabs "on the fly" instead of having them set in the browser from the start.


No comments:
Post a Comment