Torna al Thread

public void Form1_Load(object sender, EventArgs e) { input_html.DocumentText = "<html><body></body></html>"; doc = input_html.Document.DomDocument as IHTMLDocument2; doc.designMode = "On"; input_html.Document.Focusing += new System.Windows.Forms.HtmlElementEventHandler(input_html_Focusing); // doc.onbeforeupdate }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5