Is there a way to embed an instance of IE in a program in C#

  • Thread starter Thread starter Joshua Long
  • Start date Start date
J

Joshua Long

Hi, Im a Java developer looking to programatically control
IE from C#. Basically, I would like to open IE and
programatically fill in some forms from within C# and
download the pages from it, as well. Is there anyway to do
this? I can't find a good, reliable way to accomplish this
in Java. Any help would be very appreciated.

Joshua
 
Hi Joshua,
You can add Microsoft Web Browser control to your form and work with
it.You can set all the navigation properties for the browser.

Biswajit
 

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