Tagged Questions

5
votes
3answers
506 views

Programmatically Launch IE Mobile Favorites screen

Is there any way to launch IEMobile's Favorites screen directly by specifying any command line parameter?
1
vote
2answers
1k views

How do I retrieve IPIEHTMLDocument2 interface on IE Mobile

I wrote an Active X plugin for IE7 which implements IObjectWithSite besides some other necessary interfaces (note no IOleClient). This interface is queried and called by IE7. During the SetSite() call ...