Click to See Complete Forum and Search --> : CHtmlView


April 26th, 1999, 11:40 AM
I am writing a Windows Explorer type application that uses a base class CEditView on the left and the CHtmlView on the right, a WYSIWYG html editor. My question is how to get text from CEditView into the CHtmlView? I am using Visual Studio 6 and IE5. Thanks for the help.

Lothar Haensler
April 26th, 1999, 12:03 PM
you have to get the active document by calling CHTMLView::GetHtmlDocument and manipulate the document using the IDispatch interface.