use .net webbrowser control by multithread, throw "EXCEPTION code=ACCESS_VIOLATION"
- by user1507827
i want to make a console program to monitor a webpage's htmlsourcecode, because some of the page content are created by some javescript, so i have to use webbrowser control. like : View Generated Source (After AJAX/JavaScript) in C#
my code is below:
public class WebProcessor
{
public string GeneratedSource;
public string URL ;
…