I develop a Edit control like TMemo, but I'm using TCustomControl.
How can I show a standard popup menu for edit controls?
My control can use WM_COPY, WM_PASTE etc. to handle the menu items.
I receive a WM_CONTEXTMENU message to show a menu. But I want to have the standard menu with the local display strings. Is there any function / message, to show the same menu, which TMemo uses?
TMemo based on "EDIT" class. But I'm using TCustomControl, since I handle and paint the text very different.