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
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