Webbrowser Control accessing new window's document
        Posted  
        
            by kesavkolla
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kesavkolla
        
        
        
        Published on 2010-04-09T23:17:02Z
        Indexed on 
            2010/04/09
            23:23 UTC
        
        
        Read the original article
        Hit count: 425
        
I am hosting the WebBrowser control in C# winforms application. After clicking on a button on main page the application opens a new window and rest all the actions happens in new window. From the C# host application how can I access the Document of new browser window? The we.bbrowser's Document property still gives me the original document not the new window's document.
Any help greatly appreciated
© Stack Overflow or respective owner