Posted by:
Clyde Davies (---.range86-143.btcentralplus.com)
I'm not sure what you'd mean by 'table support'. If you mean adding in tables, then the best way of doing this is via the DOM. If, on the other hand, you want to select rows and columns properly, then people have been asking about this for ages and nobody seems to have much of an idea.
The best way to intercept keystrokes depending upon context is to construct an IHTMLEditDesigner and bind it to the editor. Then, in the PreHandleEvent method you can intercept the keystrokes and translate them to the desired action.
--------------------------------------------------------------------------------------------
deadlyvices@hotmail.com
Currently writing the GuideDog editor using MSHTML in my copious free time...