简体   繁体   English

如何使用C#为Windows Mobile Web浏览器(IE)创建插件?

[英]How to create a plug-in for Windows Mobile web browser (IE) using C#?

I have a plug in for IE created in .NET C# now I want to port it to IE for Win mobile (5, 6, 7) how to do such thing? 我有一个在.NET C#中创建的IE插件,现在我想将其移植到IE for Win mobile(5、6、7)该怎么做? (I mean a plug in like Flash for example...) ( I vant to see some kind of special visual element on the page that appeare when some special tag appeares in html document... like bla bla bla ) (例如,我的意思是像Flash一样的插件...)(我倾向于在页面上看到某种特殊的视觉元素,当html文档中出现某些特殊标记时,它们就会出现...如bla bla bla)

This page describes a plug-in written in C++. 本页描述了用C ++编写的插件。 Maybe it is useful to get started (it has some presentation links) and then link this knowledge with the COM Interop features of the .NET compact framework described here 开始使用(它具有一些演示文稿链接),然后将此知识与此处所述的.NET Compact Framework的COM Interop功能相关联,可能会很有用。

CLR Hosting isn't supported with the Compact Framework, and without that, you can't load a managed assembly into an unmanaged program (Such as IE) Compact Framework不支持CLR托管,否则,就不能将托管程序集加载到非托管程序(例如IE)中

I can't find a good citation from MSDN, but it is mentioned here: http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8e6946af-62ed-4c3e-99c3-921c725a76a9 我找不到来自MSDN的良好引用,但在这里提到了它: http : //social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8e6946af-62ed-4c3e-99c3-921c725a76a9

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM