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