Tabs and accessing child controls

L

lazlo

hi

can anyone tell me how to do this:

if you have 7 dynamically-created tabs, and within each you have a
dynamically created webbrowser control, how do you make back, forward etc
events work with ONLY the selected tab and webbrowser? Childindex features
somewhere I am sure, but any help gratefully received.

The 7 is misleading - it could be 9, all depending on how many queries are
run so this number varies.

gray
 
K

Ken Tucker [MVP]

Hi,

Try finding the webbrowser control on the tabcontrol1.selectedtab and
calling its methods.

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top