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

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
 
B

Biswajit

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

Top