I want to close a newly opened internet Explorer window using the mshtml (c# code). I used the Mshtml with the instance of Ie and navigated through a url and clicked on a link. Once i click the link , i am getting the document opened in a new window. I want to know is there any way to fetch the values from the newly opened window and after getting the values to close the window..
Thanks in advance....
Unni
See the following code...