|
-
Feb 27th, 2010, 01:46 PM
#1
Thread Starter
Member
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
-
Feb 27th, 2010, 07:37 PM
#2
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|