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.
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.