Tabs and accessing child controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lazlo

    #1

    Tabs and accessing child controls

    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


  • Ken Tucker [MVP]

    #2
    Re: Tabs and accessing child controls

    Hi,

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

    Ken
    ---------------------
    "lazlo" <jacque121@hotm ail.com> wrote in message
    news:dt6qaq$hvk $1@nwrdmz02.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
    > 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
    >
    >[/color]


    Comment

    Working...