I thought this was kind of a funny way for .Net to have the properties setup for the WebBrowser component.
// Begin Code Snip
WebBrowser wbTmp = new WebBrowser();
wbTmp.Document.Window.Document.Window.Document.Window.Document.Window.....
// End Code Snip
// Begin Code Snip
WebBrowser wbTmp = new WebBrowser();
wbTmp.Document.Window.Document.Window.Document.Window.Document.Window.....
// End Code Snip
0 Comments:
Post a Comment
<< Home