I was tasked with adding a few more features to the browser. Mainly, adding a second form that I could use to control the webbrowser object in the first form. To do this, I added a new form and had it load up along with the first form in the first forms Form_load event.
Linking forms
To link up the two forms and control one form from the other, I used FormName.control.property.
This would semd values and events from one form to the other. This way, a "remote" form could be used to control my browser.

No comments:
Post a Comment