Disbaling context-menu option on dialog elements
-
I have dialog box which has some 11 edit-box and 3 combo-box. Now for all these i have to disable the context-menu option, when the right click is clicked on these elements. How can i do this?
-
I have dialog box which has some 11 edit-box and 3 combo-box. Now for all these i have to disable the context-menu option, when the right click is clicked on these elements. How can i do this?
override the
WM_CONTEXTMENU
message and don't call the base class function from it...
You don't know where to start ? ask a good friend
-
I have dialog box which has some 11 edit-box and 3 combo-box. Now for all these i have to disable the context-menu option, when the right click is clicked on these elements. How can i do this?
if you want your context_menu on right click on the editbox see an article of Mr PJ Arends about it.
WhiteSky