C#/VB.Net Web Browser Control Replacement
        Posted  
        
            by Lienau
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lienau
        
        
        
        Published on 2010-04-17T21:12:20Z
        Indexed on 
            2010/04/17
            21:23 UTC
        
        
        Read the original article
        Hit count: 359
        
I've been working on a project that requires that I can go around webpages with different proxies, user-agents, and clear cookies. Now after looking all around the net, it looks like there are some solutions for each of these, but I can never get them working. I was wondering if there was a wrapper for this control that fixed all of these problems or even just a different control I could include. Thanks.
Edit: I tried using HTTPWebRequest, it has everything I need -Javascript
© Stack Overflow or respective owner