[c# win form] transfer IHTMLDocument to anther webbrowser control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • piercy
    New Member
    • Aug 2007
    • 77

    [c# win form] transfer IHTMLDocument to anther webbrowser control

    Hi, i have webbrowser control which i use to design a IHTMLDocument2. This control basically acts like a word processor to the user but i need the output in html to send in an email (hence the reason for not using a rtb). Now, because my space is rather limited im giving the user the option to pop the control and toolbars associated with this in a new window to allow them to make it bigger smaller etc.etc. The pop up work fine however i cant seem to copy across the existing data from one of the controls to the other. When i try the control im going to doesnt display it and doesnt allow me to edit it.

    i need the htmldocument to be passed back and forth so all the data created in the "embedded" control copys to the "floating" control and all the stuff then created in the "floating" control ends up back in the "embedded" control.

    I hope someone can help,
    thanks,
    Piercy
Working...