我在 c++ 中有一个 BrowserHelperObject(BHO)我需要在 i 框架中阻止一些键盘控件 (Ctrl-o)

发布于 2024-09-02 09:03:01 字数 217 浏览 7 评论 0原文

我需要知道一种方法来阻止用户在将焦点放在我的侧边栏上(右)时立即“打开新网址”(使用 Ctrl + O)单面 iframe)。 事实上,我的侧边栏提供了一些控件,用户不应该能够通过侧边栏“导航”到其他网站。 我在 C++ 中使用 ATL(活动模板库)使用 bho,但也许有人知道像 JS(javascript)或 PHP(超文本预处理器)这样更简单的方法?所有想法均受到赞赏。

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) ? All ideas are appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

琉璃繁缕 2024-09-09 09:03:01

实现 IInputObject 并特别注意 HasFocusIO

Implement IInputObject and pay special attention to HasFocusIO.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文