PDA

View Full Version : Where do I start with c# and writing a IE Mobile "extension"?


bigflavor
23rd April 2008, 01:09 AM
I'm interested in writing an add-on for IE Mobile that is like an offline cache mode (that allows back and forward caching of pages).

I'm unsure where to start, as for the integration into IE Mobile. It is even possible, to say, add a menu entry, let alone integrate an entire extension?


Thanks,

Matt

Koterpillar
23rd April 2008, 05:12 AM
You can do a complete app and embed a WebBrowser control into it. That way, it'll be IE, but you can control what happens when user clicks links, etc.

bigflavor
23rd April 2008, 10:34 AM
Yea.......