Anybody got any clue how to do the following in Visual C# 2010
When working with richTextBox I would like to be able to output a live preview into a popup form, or same-form object.
This should initially be able to handle HTML code from the 'RTB' and coded to refresh after every statement is closed (IE: <br />)
Obviously manual refresh and such buttons would be required.
The second option around this is to simply have a webBrowser object load a requested .html/.php etc. file.
To do it this way, I would be having a form open, and using onLoad I would be calling an openFileDialog so the user can select the file.
Not asking for anybody to completely code either, just maybe a push in the right direction, or even an MSDN link

This is one of the major functions of the NANY project ive been working on for some time now, and would like to be able to have it come to life in time for NANY!
It would be a massive advantage if the live preview window handled mouseover events and highlighted the code in the 'RTB' for the object the user is hovered over ((IE, if a user hovers over a navigation link called 'Home' the 'RTB' window will automatically navigate to the correct segment in the code, and highlight '<a href="index.html">Home</a>')) <---- Not a massivly required function for the moment and I could probably figure this part out myself after a while! Although, a little hint wouldnt hurt! ^_^
Thanks in advance,
Stephen