C# Set the URL of a running Internet Explorer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • csunter
    New Member
    • Sep 2008
    • 1

    C# Set the URL of a running Internet Explorer

    I have a c# application running on a PC which runs a number of IE processes. Is it possible to dynamically change the URL of one of these instances dynamically?

    I can start the processes and get the handle to the window but I am unsure what to do next i.e.

    IntPtr hWnd = (IntPtr)_Intern etExplorerInst1 .MainWindowHand le;



    Thanks in advance.
Working...