Friday, November 03, 2006

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