Click here to Skip to main content
15,890,690 members
Articles / Desktop Programming / Windows Forms
Alternative
Tip/Trick

Disable 'click' sound when accesing WebBrower control

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
1 Mar 2012CPOL 12.2K  
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)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --