Tabs and accessing child controls

  • Thread starter Thread starter lazlo
  • Start date Start date
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
 
Hi,

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

Ken
 
Back
Top