Tab through axwebbrowser1 controls

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

    Tab through axwebbrowser1 controls

    Hi

    In vb.net I would like to click on certain links and on buttons within a
    webbrowser control programmaticall y.

    I am currently using sendkeys(tab then enter) but would like to have more
    control.

    Ive tried looping through the controls
    For Each c As Control In AxWebBrowser1.C ontrols
    MsgBox(c.Name)
    Next

    and tried SelectNextContr ol.
    AxWebbrowser1.S electNextContro l(Me.ActiveCont rol, True, True, True, True)
    This just goes to the next control,however I though it went to the next
    child control.

    I dont know the control names, so I guess thats the first that will need to
    be found.

    Can you please help?

    Regards
    Chad
Working...