void cparser_HtmlParsingDoneEvent(object sender, HtmlParsingDoneEventArg e) { this.richTextBox1.Text = "HtmlParsingDoneEvent\r\nURL: " + e.MSHTMDocument.url + "\r\n" + e.MSHTMDocument.body.outerHTML; //Clean up so we can use this object again cparser.StopParsing(); toolStripButtonParse.Enabled = true; this.Cursor = Cursors.Default; }