Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / desktop / WinForms

Disable 'click' sound when accesing WebBrower control

1.00/5 (1 vote)
1 Mar 2012CPOL 12.3K  
nah, try the light one ://at FormLOAD WB.Navigate(about:blank); //at treeview event private void treeview_AfterSelect(object sender, TreeViewEventArgs e) { WB.Document.Body.InnerHtml = (dR[html].ToString()); }
nah, try the light one :

C#
//at FormLOAD
 WB.Navigate("about:blank");

 //at treeview event
         private void treeview_AfterSelect(object sender, TreeViewEventArgs e)
         {
            WB.Document.Body.InnerHtml = (dR["html"].ToString());
         }

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)