472,965 Members | 2,086 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,965 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 2777
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...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.