Subj : Re: Context menu To : borland.public.cpp.borlandcpp From : MarvinAvery Date : Wed Aug 18 2004 03:26 pm "Gary Setter" wrote in message news:41235eab@newsgroups.borland.com... > > > It works for me. I made an Owl app, dialog based that has an edit control. > I have a handler for WM_CONTEXTMENU which creates a popup menu. > The normal cut/copy/paste context menu does not appear. > > This is my handler code > // > // Build a response table for all messages/commands handled by the > application. > // > DEFINE_RESPONSE_TABLE1(ContextEdit, TEdit) You have written your own class that is derived from TEdit. I was hoping that I would not have to do that. But, alas, it looks like that's the only solution. Marvin .