I once read somewhere it was quite simple (few lines of code) to display a webpage in a webbrowser control, by passing the control the HTML from a string, or predefined code.
What is that option? Thanks.
Printable View
I once read somewhere it was quite simple (few lines of code) to display a webpage in a webbrowser control, by passing the control the HTML from a string, or predefined code.
What is that option? Thanks.
How about writing the source to a file and then call WebBrowser.Navigate(FilePath)?
i know of that way, but i thought there was a way to generate it..on the fly so to speak.