简体   繁体   中英

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? (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 )

This page describes a plug-in written in 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

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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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