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.
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.
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.
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.