hi !
i use VC++ and i put a webbrowser control in my application.
i try to disable the user's right click ,when i implement a DocHostUIHandler
interface and ShowContext method ,and in ShowContext method i just return
S_OK , why in my application user still can see the right click menu ? why?
is there anyone can show me the detail implement process. thanks !