Programmatically launch IE Mobile favorites screen
Asked Answered
L

3

29

Is there any way to launch IE Mobile's "Favorites" screen directly by specifying any command line parameter?

Lively answered 2/8, 2008 at 12:12 Comment(0)
F
5

How about running IE with the HTML favorites file as a parameter?

IExplore file://\windows\fav.htm

Feune answered 4/8, 2008 at 17:28 Comment(0)
S
3

I think this is going to be quite difficult without code.

Two options come to mind:

  • Find out what Windows messages IE sends to open the favorites screen and replay these in your application. You would first need to see if IE is running and if it is bring it to the foreground. If not then start the process. Maybe you can use Windows CE Remote Spy to find the right Window and information about the Favorites button?
  • Other option is to work against the place where IE stores it's favorites information. You would have to write your own UI to parse the favorites etc.
Smallminded answered 26/8, 2008 at 15:21 Comment(0)
D
3

Create a link file with this line: 26#"\Windows\iexplore.exe" -f

Dorser answered 16/2, 2011 at 17:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.