DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Write HTML Code Directly To A WebBrowser Control
webBrowser1.Navigate("about:blank");
webBrowser1.Document.Write("<html><body><h1>Hello World!</h1></body></html>");






Comments
Snippets Manager replied on Sat, 2008/08/16 - 6:10am
Snippets Manager replied on Tue, 2007/07/24 - 5:08pm