In any of the edit controls, on right-clicking the options like ‘Cut, copy, pase, select all, and so on’ are available by default. In my VC++ application, I have a wrapper class of CEdit. To this wrapper class control, I need to customise the right-click menu options.
For example, on right-click in Wrapperclass of CEdit, ‘Print’ option should be available.
is it possible to add an item to the default context menu? Please suggest me..
Looking forward your help.
Thank you in advance!
JayaSudha