Customising Right click menu option in edit control - TechRepublic
Question
April 22, 2008 at 12:06 AM
jayasudha.m

Customising Right click menu option in edit control

by jayasudha.m . Updated 18 years, 1 month ago

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

This discussion is locked

All Comments