I have a BHO in c++ and i need to block some keyboard controls (Ctrl-o) in a i-frame.
- by BHOdevelopper
I need to know of a way to prevent the user to 'open a new url' (with Ctrl-o) as soon as he has the focus on my sidebar (right-sided iframe).
In fact, my sidebar offers some controls and the user should not be able to 'navigate' to other website through the sidebar.
I'm using a bho in C++ using ATL(active template library), but maybe if anyone knows of a simplier way like in JS(javascript) or PHP(Hypertext Preprocessor) ? Any ideas is appreciated. Thanks.If anyone need precisions, please ask. I'll be checking for responses every single days.