All I want to do is: render HTML in a Windows form AND then draw on surface. All I am doing is composing a list of ideas that will render HTML and NOT allow drawing on the surface. This list includes:
- Use the Web browser control - renders great looking HTML, but you cannot draw on the surface of this control
- Use the Web browser control - copy screen the rendered HTML and place it in a picture box - has potential, but have to consider
- sizing the Web browser control so all of the rendered HTML is visible
- have to render and make visible BEFORE copying - makes for an intersting visual experience