Accesing Any Control on Webpage.

  • Thread starter Thread starter Vaibhav
  • Start date Start date
V

Vaibhav

Hi,

What i want to do is i have application where i have a WebBrowser Control, i
want to access the controls such as textbox on it.

Can anybody tell me how to do it.

Thanx in Advance.
 
Hi,


Vaibhav said:
Hi,

What i want to do is i have application where i have a WebBrowser Control,
i
want to access the controls such as textbox on it.

Can anybody tell me how to do it.


Remember that in the page you have in your webbrowser control you only have
a plain HTML page, so there are not "Textbox" control, only the
correspondend <input> item
 

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

Back
Top