I\'m developing a win-form application that needs sometime to show a \"pop-up\" form that displays a portion of a web page on internet (HTML). I\'m getting the HTML of the p
webBrowser1.Document.Write(yourHtmlText);