문제

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

도움이 되었습니까?

해결책

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top