如何在Windows 7 Gadget中使用NPAPI插件?

发布于 2024-12-17 17:28:50 字数 65 浏览 2 评论 0原文

祝你今天过得愉快! 如何在Windows 7桌面小工具中使用C++编写的NPAPI插件?有什么例子或建议吗? 谢谢。

Have a nice day!
How to use NPAPI plugin written on C++ in Windows 7 desktop gadget? Any examples or suggestions?
Thanks.

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

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

发布评论

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

评论(1

醉生梦死 2024-12-24 17:28:50

你肯定不能这样做。自 IE 4(或附近的其他版本)以来,IE 和相关技术不再支持 NPAPI。

也许能够使用ActiveX 控件。我不知道。

(好吧,当我说你不能这样做时,我确信你可以创建一个位于小工具或其他东西中的 NPAPI 主机并在那里加载插件,但这似乎有点愚蠢)

You most certainly cannot do this. IE and related technologies haven't supported NPAPI since IE 4 (or something around there).

You might be able to use an ActiveX control. I'm not sure.

(alright, when I say you can't do this, I'm sure you could create a NPAPI host that lives in a gadget or something and load the plugin there, but that seems a little silly)

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