如何在Windows 7 Gadget中使用NPAPI插件?
祝你今天过得愉快! 如何在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你肯定不能这样做。自 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)