Multiple webbrowser objects but refresh only active one.
Hi Guys,
again, another silly question that seems to have no google hits for it. My program has multiple webbrowser objects, each one in a different tab. How would i go about setting up a button to refresh only the webbrowser on the active tab?
Thanks guys
Re: Multiple webbrowser objects but refresh only active one.
The TabControl has a SelectedTab property that will return the selected TabPage. You then get the WebBrowser control on that TabPage. You might like to follow the Codebank link in my signature and check out my Tabbed Web Browser link. I never did get back to that to add more features. So many things to do, so little time! :cry: