473,386 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Access IE favorites programatically

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

Jul 21 '05 #1
5 2799
Bad news, you cannot access the favorite programmatically from the server,
just like the server cannot access the client's disk drive. You will have
to implement this using some client code.

"JP" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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

Jul 21 '05 #2
By the way, think of the privacy concerns if any server could read the list
of favorites.

"Peter Rilling" <pe***@nospam.rilling.net> wrote in message
news:ev**************@TK2MSFTNGP12.phx.gbl...
Bad news, you cannot access the favorite programmatically from the server,
just like the server cannot access the client's disk drive. You will have
to implement this using some client code.

"JP" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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


Jul 21 '05 #3
JP
The application is for internal use only on a private
network. We contol all the PC anyway.

Suppose I could use Java/VB script (all our cients are
required to be IE). But Im not sure of the process?

Any idea
-----Original Message-----
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, andwebsites aren't very clear on the steps or even if its atall 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

.

Jul 21 '05 #4
Favorites are just .lnk files in a favoraites folder. just code normal file
handling

"JP" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
The application is for internal use only on a private
network. We contol all the PC anyway.

Suppose I could use Java/VB script (all our cients are
required to be IE). But Im not sure of the process?

Any idea
-----Original Message-----
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

.

Jul 21 '05 #5
I take back some of what I said. It still may not be totally effortless,
but you might look into using the client-side method ImportExportFavorites .

Looks like this might export the favorites to the server via a post. One
way to solve your problem, if this works, might be to send some script to
the client to export the favorites. Then post the information back to the
server which will render the contents.

However you do it though, you will probably need to go through the client to
get the information.

"JP" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
The application is for internal use only on a private
network. We contol all the PC anyway.

Suppose I could use Java/VB script (all our cients are
required to be IE). But Im not sure of the process?

Any idea
-----Original Message-----
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

.

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: shank | last post by:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of...
2
by: clintonG | last post by:
I've been hunting around. Does anybody have a URL to Microsoft'sdocumentation for Favorites? -- <%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service" NET csgallagher AT...
1
by: B. Chernick | last post by:
I want to do something which I would think is very simple. I want to navigate to the Favorites directory, select an internet shortcut file, and create strings containing the file's name and URL...
2
by: Tom McL. | last post by:
I have a new computer which came with sp2 and framework 1.1. I have noticed that my favorites that contain links to visual basic.net subjects that were saved under the earlier version framework...
5
by: JP | last post by:
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...
2
by: JohnR | last post by:
When creating an msAccess db within the Access UI itself the fields that are text are NOT padded with blanks. For example, if I have a 10 char field and put in "HI" and then when I come back to...
5
by: draken | last post by:
Basically, what I am looking to do is to sync up browsers favorites via a website without a download. I thought of javascript when first doing this, as I know, mozilla would allow me to pull them...
1
by: =?Utf-8?B?c3dlZXRpZXBpZTcwNDAxMjAwMA==?= | last post by:
I'm running windows 98 and every time I try to access a link in favorites the message says access to the specified device,path or file denied. Anyone have an idea? Thanks
5
by: andrewq2 | last post by:
I have a post in fourms.micorsoft.com but no one is responding, and i had good luck in google groups befor so i decieded on posting my question here also. Im trying to add a favorites function to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.