I understand how to use the WebBrowser control to navigate to a page online:
m_browser.Navigate("www.microsoft.com", NULL, NULL, NULL, NULL);
But what if I want to load in a string of HTML to display on the web browser? Is that doable? Or do I need to make a temporary html file locally and just navigate to that?
I appreciate any insight!
You can: