Click to See Complete Forum and Search --> : Context Menu


Arjun M
September 23rd, 1999, 12:54 AM
When I right click on a maskedit box, windows default popup menu (Cut/Copy/Paste/Undo/Select All) is displayed. I want to disablel this popup menu. I know that this can be done if I invoke another user made dummy menu. But I don't want any kind of menus.

Software Engineer
Bangalore

Arjun M
September 29th, 1999, 03:54 AM
Use the SetWindowLong to trap the events and in u'r function see for WM_RightButtonDn to take any action.


Software Engineer
Bangalore