disabele right click popup menu in win32 browser control
-
i used browser control in win32 dialogbox. i want to disable rightclick popup. who can i do that .
-
i used browser control in win32 dialogbox. i want to disable rightclick popup. who can i do that .
Is it your application wherein you are going to do this, or do you want this to be across the SYSTEM?
You talk about Being HUMAN. I have it in my name AnsHUMAN
-
Is it your application wherein you are going to do this, or do you want this to be across the SYSTEM?
You talk about Being HUMAN. I have it in my name AnsHUMAN
yes,i have one win32 diallogbox with one browser custum control. i am calling this dialog from dll.it is working fine.i taring to disable right click of web browser control.
-
i used browser control in win32 dialogbox. i want to disable rightclick popup. who can i do that .
Try the IDocHostUIHandler::ShowContextMenu[^] method.
Steve