How to add new item into the edit box popup menu
for example, besides, cut, copy, paste i want item "current time"
I don't want to redefinition default menu, I want to get a handle this menu.
Posted on 2001-12-06 00:59:32 by Alexey
maybe you have a look at the IRichEditOleCallback
interface. Its the only reference to the context menu
of richedits.

It seems that you must implement this interface and than
you are able to supply an own menu.
Posted on 2001-12-06 06:31:00 by beaster