webbrowser control

  1. BP247

    [C# Discussion] WebRequest or WebBrowser for web automation?

    Question: What is recommended? And why? System.Net (HttpWebRequest/WebRequest/WebClient) OR WebBrowser control I know System.Net is much faster than WebBrowser, then what is the purpose of WebBrowser for web automation? Like filling and submitting a form online, simulating some mouse clicking...
  2. A

    Proxy tutorial using c# webbrowser - help!

    hi hellow I have list of proxy in the listbox and im trying to edit the registry i was able to change the proxy in the registry but my webbrowser doesnt load the html page. T_T *Note that the proxy im using is "alive" or should i say "its working" Here is the code i use: string key =...
Back
Top