CHtmlEditCtrl usage
-
Hi everybody, I am writing a dialog-based CMS in which I want the user to be able to edit part of the HTML pages with a WYSIWYG editor. I do so using CHtmlEditCtrl. It works, meaning that I can show the edit control, I can load HTML content into it and I can send commands to it (using stuff like m_ctrlHtml->ExecHelperNN(IDM_BOLD) However, I would also very much like the buttons in my toolbar to respond when the user changes the cursor location, (like the bold button getting the pressed state when appropriate, showing the correct font etc) rather then just being able to send commands from these buttons. However, I cannot seem to find the notification messages sent by CHtmlEditCtrl. Does anyone know how to find these?? Thanks in advance William