J
JP
I have the need to be able to access the IE5+ favorites
menu, read the title and URL for each shortcut so I can
render the person's favorites list on a web page.
The project I'm working on is written is C#, and is web
based. I had hoped there was a URL property or something
I could use in the System.IO class, but no such luck, and
websites aren't very clear on the steps or even if its at
all possible.
Again, basically want to read persons favorites list
programmatically and display them on a web page, with no
client side dependencies.
Any help would be appreciated.
JP
menu, read the title and URL for each shortcut so I can
render the person's favorites list on a web page.
The project I'm working on is written is C#, and is web
based. I had hoped there was a URL property or something
I could use in the System.IO class, but no such luck, and
websites aren't very clear on the steps or even if its at
all possible.
Again, basically want to read persons favorites list
programmatically and display them on a web page, with no
client side dependencies.
Any help would be appreciated.
JP